body {
    color: #fff;
    font-family: 'Roboto', serif;
    background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
    padding: 0;
    margin: 0;
}
ul {
    padding-inline-start: 0;
}
body.backbg {
    background-color: #000000;
}
.label-agree-term {
    color: #000000;
    font-weight: 500;
    line-height: 18px;
}
.signup-image-link.close-button {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #000000;
    padding-bottom: 4px;
    position: absolute;
    top: 10px;
    right: 10px;

}
.signup-image-link.close-button img
{
    width: 30px;
    height: 30px;
}
.prev {
    display: block;
    width: 19px;
    height: 11px;
    background: url('../images/arrow_to_left.svg') no-repeat;
}
.next {
    display: block;
    width: 19px;
    height: 11px;
    background: url('../images/arrow_to_right.svg') no-repeat;
}
.header {
    padding: 30px 0;
    width: 100%;
    /* transition: 0.5s; */
}
body.studentlist .header {
    background-color: #000000;
}
body.studentlist .header.sticky {
    background-color: #98a2a2;
    z-index: 9;
}
.navbar-expand-lg .navbar-nav .nav-link.menu-bar {
    padding: 0 0 0px;
}
.navbar-expand-lg .navbar-nav .nav-link.menu-bar-search {
    margin-top: -2px;
}
.navbar-brand.logo {
    padding: 0;
}
.mymenu li {
    margin-right: 30px;
    display: flex;
}
.mymenu li:last-child {
    margin-right: 0;
}
.mymenu ul.sub-menu li {
    padding-bottom: 20px;
    text-decoration: none;
    width: 100%;
}
.mymenu ul.sub-menu li:last-child {
    padding-bottom: 0;
}
.mymenu ul.sub-menu li a {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}
.mymenu li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    transition: all 0.5s;
    position: relative;
}
.mymenu li.hover-effect {
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    position: relative;
}
li.hover-effect .sub-menu {
    position: absolute;
    text-align: left;
    border: 1px solid #ffffff;
    padding: 7px 9px;
    margin: 10px 0 0 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    background-color: #000000;
    width: 150px;
    transition: all 0.5s;
    right: -30px;
    top: 20px;
}
li.hover-effect:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.mymenu li a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #98a2a2;
    transition: 0.5s;
}
.mymenu li a:hover {
    color: #98a2a2;
}
.mymenu li a:hover::after {
    width: 100%;
    transition: 0.5s;
}
.sticky .mymenu li a,
.sticky .mymenu li {
    color: #000 !important;
}
.sticky .mymenu li a:hover {
    color: #BA0101;
}
.sticky .mymenu li a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #BA0101;
    transition: 0.5s;
}
.sticky .mymenu li a:hover::after {
    width: 100%;
    transition: 0.5s;
}
.mymenu {
    z-index: 2;
}
.coach-header .navbar li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    transition: all 0.5s;
    padding: 0;
    padding-right: 30px;
}
.coach-header .navbar li a:hover {
    color: #BA0101;
}
.banner p {
    font-size: 20px;
    line-height: 11px;
    font-weight: 400;
}
.banner h1 {
    font-size: 63px;
    line-height: 72px;
    font-weight: 700;
    font-family: 'Rajdhani';
    margin-top: 13px;
}
.medallist-banner-section h2 {
    font-size: 63px;
    line-height: 72px;
    font-weight: 700;
    font-family: 'Rajdhani';
    margin-top: 13px;
}
.sticky {
    background-color: #fff;
    z-index: 9;
    /* transition: 0.5s; */
}
.sticky.header {
    padding: 2px 0;
    border-bottom: 0.6px solid #707070;
    /* transition: 0.5s; */
}
.header .red {
    display: none;
}
.sticky.header .white {
    display: none;
}
.sticky.header .red {
    display: block;
}
.banner {
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 155px;
    padding-bottom: 40px;
    background-size: cover;
    background-color: #BA0101;
    height:auto;
}
.links {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 11px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    transition: all 0.5s;
    /* margin-top: 35px; */
}
a:hover {
    text-decoration: none;
}
.links:hover {
    color: #000000;
}
.games-bottom .links:hover {
    color: #ffffff;
}
.banner .links::after {
    position: absolute;
    content: "";
    width: 14px;
    background-image: url(../../images/arrow_to_right.svg);
    background-repeat: no-repeat;
    height: 8px;
    background-size: cover;
    top: 0;
    right: -20px;
}
.games {
    background-color: #000000;
    padding: 44px 0 50px;
}
.games-top .title {
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    font-family: 'Rajdhani';
}
.games-top .group-input {
    padding: 0;
    padding-right: 4px;
    margin-right: 5px!important;
    margin-left: 5px!important;
}
.games-top .group-input:last-child {
    margin-right: 0;
}
.search-master-btn {
    background-color: #000000;
    padding: 7.5px 35px;
    border-radius: 46px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.games.coach-list .games-top.search-master-top .search-master-btn {
    background-color: #000;
    padding: 7.5px 35px;
    border-radius: 46px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.search-master-btn:hover {
    background-color: #ffffff;
    color: #000000;
}
.games-icon {
    background-image: url(../../images/user.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 14px;
    background-size: 7%;
    background-position: 9% 50%;
}
.games-icon2 {
    /* background-image: url(../../images/user.svg); */
    background-repeat: no-repeat;
    width: 12px;
    height: 14px;
    background-size: 7%;
    background-position: 9% 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M4.1 38.2C1.4 34.2 0 29.4 0 24.6C0 11 11 0 24.6 0H133.9c11.2 0 21.7 5.9 27.4 15.5l68.5 114.1c-48.2 6.1-91.3 28.6-123.4 61.9L4.1 38.2zm503.7 0L405.6 191.5c-32.1-33.3-75.2-55.8-123.4-61.9L350.7 15.5C356.5 5.9 366.9 0 378.1 0H487.4C501 0 512 11 512 24.6c0 4.8-1.4 9.6-4.1 13.6zM80 336a176 176 0 1 1 352 0A176 176 0 1 1 80 336zm184.4-94.9c-3.4-7-13.3-7-16.8 0l-22.4 45.4c-1.4 2.8-4 4.7-7 5.1L168 298.9c-7.7 1.1-10.7 10.5-5.2 16l36.3 35.4c2.2 2.2 3.2 5.2 2.7 8.3l-8.6 49.9c-1.3 7.6 6.7 13.5 13.6 9.9l44.8-23.6c2.7-1.4 6-1.4 8.7 0l44.8 23.6c6.9 3.6 14.9-2.2 13.6-9.9l-8.6-49.9c-.5-3 .5-6.1 2.7-8.3l36.3-35.4c5.6-5.4 2.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1l-22.4-45.4z'/%3E%3C/svg%3E");
}
.games-top-row-box {
    padding-left: 100px;
    justify-content: center;
}
.location-icon {
    /* background-image: url(../../images/map_pin.svg); */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 12px;
    height: 14px;
    background-size: 7%;
    background-position: 9% 50%;
}
.star-icon {
    /* background-image: url(../../images/user.svg); */
    background-repeat: no-repeat;
    width: 12px;
    height: 14px;
    background-size: 7%;
    background-position: 9% 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.418' height='31.155' viewBox='0 0 32.418 31.155'%3E%3Cpath id='Path_477' data-name='Path 477' d='M2653.223,31.163a3.256,3.256,0,0,1-3.17-4.035l1.752-7.184-5.636-4.786a3.255,3.255,0,0,1,1.865-5.73l7.372-.555,2.808-6.846a3.255,3.255,0,0,1,6.025,0l2.807,6.837,7.378.557a3.256,3.256,0,0,1,1.865,5.73l-5.643,4.787,1.752,7.187a3.257,3.257,0,0,1-4.887,3.538l-6.289-3.884-6.287,3.89a3.23,3.23,0,0,1-1.711.49m6.5-28.517,1.506.617-2.809,6.846a3.234,3.234,0,0,1-2.766,2.011l-7.374.555,5.635,4.786a3.234,3.234,0,0,1,1.056,3.255l-1.752,7.187,6.292-3.89a3.238,3.238,0,0,1,3.425,0l6.3,3.887-1.748-7.187a3.236,3.236,0,0,1,1.059-3.257l5.642-4.786-7.378-.555a3.245,3.245,0,0,1-2.771-2.013l-2.8-6.837Z' transform='translate(-2645.019 -0.008)' fill='%23000000'/%3E%3C/svg%3E%0A");
}
.form-control.input-style {
    border-radius: 47px;
    padding: 18px 20px 18px 51px;
    font-size: 13px;
    font-weight: 700;
    line-height: 11px;
    border: none;
    transition: none;
    border: 1px solid #C4C4C4;
    color: #000000;
    max-width: 326px;
    margin: 0 auto;
    width: 100%;
}
.form-control.input-style.filter-row {
    padding: 8px 22px;
}
.btnx {
    background-color: #CD0000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 11px;
    padding: 19px 35px 20px 40px;
    border-radius: 48px;
    display: inline-block;
    transition: all 0.5s linear;
}
.btnx:hover {
    color: #CD0000;
    background-color: #ffffff;
}
.games-top {
    padding-bottom: 10px;
}
.games-top .input-group {
    padding-bottom: 10px;
}

.album-section.coach-album-section .games-bottom-top-image-box {
    filter: unset;
}
.games-bottom-top-image-box {
    background-repeat: no-repeat;
    /* background-size: 700px; */
    background-size: cover;
    border-radius: 10px;
    position: relative;
    filter: grayscale(1);
    transition: all 0.5s ease-in-out;
    background-position: top;
}
.games-bottom-top-image-box:hover {
    cursor: pointer;
    filter: grayscale(0);
    transform: scale(1.05);
    /* background-size: 800px; */
    background-position: -50px -50px -50px -50px;
    transition: all 0.5s ease-in-out;
}
.games-bottom-top-text {
    padding: 150px 32px 29px;
    background-color: rgba(0, 0, 0, 0.307);
    overflow: hidden;
    border-radius: 10px;
}
.games-bottom-top-text h5 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    font-family: 'Rajdhani';
    margin-bottom: 0;
    color: #ffffff;
}
.games-bottom-top-text p {
    font-size: 16px;
    line-height: 11px;
    font-weight: 400;
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
}
.more-option {
    text-align: center;

}
/* .more-option .links {
    background-color: #BA0101;
    padding: 39px 19px 38px 18px;
    border-radius: 55px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s;
    padding: 43px 19px 47px 18px;
    border-radius: 100px;
    text-decoration: none;
    transition: 0.5s;
} */
.more-option .links {
    background-color: #BA0101;
    padding: 39px 19px 38px 18px;
    border-radius: 55px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s;
    padding: 14px 45px 14px 18px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.5s;
}
.more-option .links:hover {
    background-color: #98a2a2;
    transition: 0.5s;
}
.more-option .link-butt {
    padding: 52px 19px 50px 18px;
}
.more-option .links span {
    font-weight: 700;
    margin-left: 4px;
    /* display: block; */
}
/* .more-option .links::after {
    position: absolute;
    content: "";
    background-image: url(../../images/arrow_to_down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 20px;
    bottom: 12px;
    right: 50px;
} */
.more-option .links::after {
    position: absolute;
    content: "";
    background-image: url(../../images/arrow_to_down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 20px;
    bottom: 12px;
    right: 12px;
    transform: rotate(-90deg);
}
.service-box-top h6 {
    font-size: 14px;
}
.info-text {
    padding-top: 453px;
}
.info-text .col {
    padding-left: 0;
    padding-right: 0;
}
.info .info-box .box {
    background-color: #BA0101;
    padding: 39px 38px;
    min-height: 148px;
    /* max-width: 156px; */
}
.info .info-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.info .info-box .box.black {
    background-color: #000000;
}
.info .info-box .box-top .icon {
    padding-right: 10px;
}
.info .info-box .box-top p {
    font-family: 'Rajdhani';
    font-size: 42px;
    line-height: 36px;
    font-weight: 700;
}
.info .info-box .box-bott h4 {
    font-size: 18px;
    line-height: 16px;
    font-weight: 700;
    padding-top: 6px;
}
.services-info {
    background-color: #000000;
    padding: 49px 0 97px;
}
.service-box-top h6 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.service-box-top h5 {
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    font-family: 'Rajdhani';
}
.service-box-top .para {
    padding-top: 18px;
}
.service-box-top .para p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}
.service-box-top .column-butt {
    padding-right: 0;
    text-align: end;
}
.service-box-top .row .col-sm-2 .btn {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    position: relative;
    padding: 9px 39px 6px 14px;
    transition: all 0.5s;
    color: #fff;
}
.service-box-top .row .col-sm-2 .btn:hover {
    color: #CD0000;
}
.service-box-top .row .col-sm-2 .btn::after {
    position: absolute;
    content: "";
    background-image: url(../../images/arrow_to_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 10px;
    bottom: 13px;
    right: 12px;
}
.service-box-bottom {
    background-color: #BA0101;
}
.service-box-bottom .row {
    margin-left: 0;
    margin-right: 0;
    position: relative;
}
.service-box-bottom h2 {
    font-size: 42px;
    line-height: 47px;
    font-weight: 700;
    font-family: 'Rajdhani';
}
.service-box-bottom .text p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    text-transform: uppercase;
}
.service-box-bottom .para p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}
.service-box-bottom .icon {
    text-align: center;
}
.service-box-bottom .para {
    position: absolute;
    left: 0;
    bottom: 65px;
    padding: 0 44px;
}
.service-box-bottom .row .col-sm-3 .row .col-7 .text h2 {
    font-family: 'Rajdhani';
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
}
.service-box-bottom .row .col-4 {
    padding-left: 0;
    padding-right: 0;
}
.service-box-bottom .sec-icon-box {
    padding-left: 17px;
}
.service-box-bottom .sec-icon-box img{
    transform: rotate(120deg);
    transition: 0.5s;
}
.service-box-bottom a:hover .sec-icon-box img{
    transform: rotate(0deg);
    transition: 0.5s;
}
.master-searching {
    background-color: #000000;
}
.master-registration-box {
    padding-bottom: 50px;
    background-color: #000000;
}
.master-searching .heading {
    text-align: center;
}
.master-searching-box {
    padding-top: 86px;
}
.master-searching-box h2 {
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    font-family: 'Rajdhani';
}
.master-searching .row .col-md-4 {
    text-align: center;
    position: relative;
}
.master-searching .row .col-md-4 img {
    position: relative;
}
.master-searching .row .col-md-4::after {
    position: absolute;
    content: "";
    background-image: url(../../images/curve.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 205px;
    height: 23px;
    top: 37%;
    right: -100px;
}
.master-searching .row .col-md-4:last-child::after {
    display: none;
}
.master-searching .row .col-md-4 h5 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    padding-bottom: 35px;
}
.master-searching .row .col-md-4 p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding-top: 35px;
    max-width: 225px;
    margin: 0 auto;
    color: #888585;
}
.master-searching-box-bottom {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.master-searching-box-top {
    padding: 44px 0 82px;
}
.sports-field-box {
    width: 50%;
    @media all and (max-width:768px) {
        width: 100%;
    }
}
.sports-field-box .carousel {
    padding: 103px 0 94px;
}
.slick-arrow {
    position: absolute;
    top: -32%;
    right: 2%;
    color: transparent;
    background-color: transparent;
    outline: none;
    border: 0;
    width: 71px;
    height: 50px;
    /* background-image: url(../../images/right_arrow.svg); */
    background-image: url(../../images/arrow_down.png);
    /* background-size: 99%; */
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: contain;
    /* opacity: 1;  */
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}
.award-box-slider .slick-prev {
    /* background-image: url(../../images/right_arrow.svg); */
    background-image: url(../../images/arrow_down.png);
    left: 84%;
    position: absolute;
    z-index: 0;
    width: 71px;
    height: 50px;
    rotate: 180deg;
}
button.slick-next{
    transform: rotate(90deg);
}
button.slick-prev{
    transform: rotate(90deg);
}
.field-box-text .image-box {
    padding-bottom: 15px;
}
.field-box-text .heading {
    text-align: left;
}
.field-box-text .heading h5 {
    font-size: 20px;
    line-height: 12px;
    font-weight: 700;
    padding-bottom: 2px;
}

.field-box-text .para p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.sports-field-box {
    padding: 104px 0 100px;
}
.sports-field-box .sport-box {
    /* padding: 104px 0 94px; */
    position: relative;
}
.partner-slider .partner-box {
    width: 19%;
    margin-left: 0.2%;
    margin-right: 0.2%;
    height: auto;
    align-self: center;
}
.partner-slider .partner-box img {
    width: 100%;
}
.partner-slider {
    position: relative;
    padding-top: 36px;
}
.partner-slider .slick-arrow {
    top: -15%;
}
.partner-slider .slick-prev {
    left: 91%;
    rotate: 180deg;
}
.partners {
    background-color: #000000;
    padding-top: 67px;
}
.partners-events {
    padding-top: 110px;
}
.partners-gallery-box {
    padding: 25px 0 94px;
}
.partners-gallery-box-top {
    margin-bottom: 39px;
}
.partners-box-top {
    padding-bottom: 65px;
}
.partners-box-top h4,
.partners-box-bottom h4 {
    font-family: 'Rajdhani';
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
}
.partners-gallery-box-top-image-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    filter: grayscale(100);
    transition: all 0.5s ease-in-out;
}
.partners-gallery-box-top-image-box:hover {
    filter: grayscale(0);
    cursor: pointer;
    transform: scale(1.01);
}
.partners-gallery-box-top-text {
    padding: 301px 20px 20px;
}
.partners-gallery-box-top-text h5 {
    font-family: 'Rajdhani';
    font-size: 26px;
    line-height: 24px;
    font-weight: 700;
}
.partners-gallery-box-top-text p {
    font-size: 16px;
    line-height: 11px;
    font-weight: 400;
}

.footer {
    background-color: #000000;
    padding: 58px 20px 26px;
}

.social-icon li {
    position: relative;
    padding-right: 25px;
}

.social-icon li:last-child {
    padding-right: 0;
}
.social-icon-upper li::after {
    color: #000;
}
.social-icon li:last-child::after {
    display: none;
}
.footer-box li {
    list-style: none;
}
.footer-box a {
    color: #FFFFFF;
    text-decoration: none;
}
.social-media-platform {
    padding-top: 63px;
}

.social-icon li a {
    font-size: 17px;
    line-height: 29px;
    font-weight: 700;
    transition: all 0.5s;
}
.social-icon a:hover i::before {
    /* color: #BA0101; */
    transform: scale(1.1);
    transition: 0.5s;
}
.social-icon  a i::before{
    transition: 0.5s;
}
.footer .start {
    text-align: initial;
}
.footer .start .col-sm-6 {
    padding-bottom: 20px;
}
.footer .services li {
    padding-bottom: 15px;
}
.footer .services li:last-child {
    padding-bottom: 0;
}
.footer .services a {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    transition: all 0.5s;
    position: relative;
    text-transform: uppercase;
}
.footer .services a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #BA0101;
    transition: 0.5s;
}
.footer .services a:hover {
    color: #fff;
}
.footer .services a:hover::after {
    width: 100%;
    transition: 0.5s;
}
.sport-box {
    background-color: #BA0101;
    padding: 64px 65px 82px 54px;
}
.sport-box.bg-dark{
    background-color: #000!important;
}
.field-box-text .image-box {
    padding-bottom: 15px;
}
.field-box-text .image-box img {
    max-width: 56px;
    border-radius: 50%;
}
.field-box-text .heading {
    text-align: left;
    margin-top: 15px;
}
.field-box-text .heading h5 {
    font-size: 20px;
    line-height: 12px;
    font-weight: 700;
    padding-top: 7px;
}
.field-box-text .para p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.sports-field-box .sport-box {
    position: relative;
}
.footer-box-last {
    padding-top: 67px;
}
.footer-box-last .privacy li {
    padding-right: 12px;
    position: relative;
    display: inline-block;
}
.footer-box-last .privacy li:last-child {
    padding-right: 0;
}
.footer-box-last .privacy li a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    position: relative;
    transition: all 0.5s;
    position: relative;
}
.footer-box-last .privacy li a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #BA0101;
    transition: 0.5s;
}
.footer-box-last .privacy li a:hover {
    color: #98a2a2;
}
.footer-box-last .privacy li a:hover::after {
    width: 100%;
}
.footer-box-last .privacy li::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 12px;
    top: 6px;
    background-color: #FFFFFF;
    right: 3px;
}
.footer-box-last .privacy li:last-child::after {
    display: none;
}
.footer-box-last p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}
/* coach.blade css start here */
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar .icon-bottom {
    transition: all 0.5s;
}
.navbar .icon-bottom a:hover {
    transform: scale(1.05);
}
.header-bottom {
    background-color: #000000;
    padding: 30px 0;
    /* transition: 0.5s; */
}
section.home-search-section{
    background-color: #BA0101;
    padding-top: 0;
    /* margin-top: -28%; */
}
.games {
    background-color: transparent;
    padding: 0px 0 50px;
    position: relative;
}
.games::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #BA0101;
    z-index: 0;
}
.games.game-bottom-section::after{
    display: none;
}
.games-top {
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}
.games-top .title {
    padding-top: 40px;
}
.games-bottom {
    position: relative;
    z-index: 1;
}
.conainbody.header-bottom.sticky {
    position: fixed !important;
    width: 100%;
    z-index: 1;
    top: 34px;
    padding: 5px 0 !important;
    /* transition: 0.5s; */
    background-color: #fff;
    z-index: 11;
}

.conainbody.header-bottom.sticky .coach-header .coach-menu {
    color: #000;
}
.conainbody.header-bottom.sticky .coach-header .coach-menu a {
    color: #000;
}
.conainbody.header-bottom.sticky .coach-header .coach-menu a:hover {
    color: #DA2128;
    transition: 0.5s;
    text-decoration: underline;
}
.header-bottom.sticky .logo-box img {
    max-width: 80px;
    height: 80px;
}
.header-bottom.sticky h4 {
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 32px;
}
.header-bottom .menubox {
    color: #FFFFFF;
}
.header-bottom .logo-box img {
    border-radius: 100%;
    max-width: 145px;
    height: 145px;
    object-fit: cover;
    border: 1px solid #000000;
}
.header-bottom .searchbar {
    background-color: transparent;
    border: none;
    padding-left: 20px;
    transition: all 0.5s;
}
.header-bottom .searchbar:hover {
    transform: scale(1.1);
}
.header-bottom h4 {
    padding-bottom: 31px;
}
.header-bottom h4 a {
    font-size: 42px;
    line-height: 33px;
    font-weight: 700;
    font-family: 'Rajdhani';
    color: #ffffff;
    display: inline-block;
}
.header-bottom h4 img{
    width: 100%;
    max-width: 40px;
    vertical-align: text-bottom;
    margin-left: 10px;

}
.poster{
    background-color: #F7F7F7;
}
.poster-inner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 350px;
    background-color: #fff;
    
}
.blackbox{
    padding-top: 100px;
    background-color: #000000;
    width: 100%;
}
.text-box {
    background-color: #EBEBEB;
    border-radius: 10px;
}
.info-box-bottom .text-box .para span {
    display: inline-block;
}
.info-box-top .information-text {
    padding-left: 32px;
}
.info-box-top .information-text p {
    color: #242424;
    font-size: 15px;
    line-height: 31px;
    font-weight: 400;
}
.info-box-top .col-7 {
    padding-right: 0;
}
.info-box-top .information-text h4 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    font-family: 'Rajdhani';
    color: #000;
    padding-top: 4px;
}
.info-box-top .multiple-degrees {
    padding-top: 21px;
}
.info-box-top .multiple-degrees .col {
    border: 1px solid #CECECE;
    border-radius: 50px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #555555;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 3px;
}
.info-box-top .multiple-degrees .col:last-child {
    margin-right: 0;
}
.info-box-top .multiple-degrees p {
    color: #000;
    /* font-size: 30px; */
}
.info-box-top .information-text p.degree {
    font-size: 20px;
    color: #000;
    line-height: 29px;
    font-weight: 700;
}
.coach-info-right .social-media li {
    display: inline-block;
}
.coach-info-right {
    padding-top: 0%;
}
.info-box-top .information-text ul {
    /* padding-left: 25px; */
    padding-left: 0;
}
.info-box-top .information-text ul li {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding-top: 5px;
    list-style: none;
}
.navbar-expand-lg .navbar-nav .nav-link.menu-bar.bell-icon:hover:after{
    display: none;
}
.navbar-expand-lg .navbar-nav .nav-link.menu-bar.bell-icon:hover i{
    color: #DA2128!important;
    transition: 0.5s;
}
.sticky .navbar-expand-lg .navbar-nav .nav-link.menu-bar.bell-icon i{
    color: #000!important;
    font-weight: bold;
}
.sticky .navbar-expand-lg .navbar-nav .nav-link.menu-bar.bell-icon:hover i{
    color: #DA2128!important;
    font-weight: bold;
}
.belt {
    position: relative;
}
.belt::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -20px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}
.black-belt::before {
    background-color: #000000;
}
.white-belt::before {
    background-color: #ffffff;
}
.yellow-belt::before {
    background-color: #DEB400;
}
.green-belt::before {
    background-color: #43AC0B;
}
.blue-belt::before {
    background-color: #4F6BDD;
}
.red-belt::before {
    background-color: #DE1A00;
}
.info-box-top .information-text .location img {
    padding-right: 10px;
}
.info-box-top .coach-info-right ul li {
    padding-right: 14px;
    list-style: none;
}
.info-box-top .coach-info-right ul li .submitbtn {
    border: none;
    border-radius: 48px;
    background-color: #DA2128;
    padding: 11px 15px 11px 13px;
    color: #fff;
    display: inline-block;
    transition: all 0.5s;
    font-size: 10px;
    line-height: 6px;
    font-weight: 500;
}
.info-box-top .coach-info-right ul li .submitbtn:hover {
    background-color: #000000;
    color: #ffffff;
}
.fs-18{
    font-size: 18px;
    line-height: 22px;
}
.font-bold{
    font-weight:700!important;
}
@media all and (max-width:400px) {
    .info-box-top .coach-info-right ul li .submitbtn {
        margin-top: 20px;
    }
}
.info-box-top .coach-info-right ul li .submitbtn img {
    padding-right: 10px;
}
.info-box-top .coach-info-right ul li:last-child {
    padding-right: 0px;
}
.info-box-top .image-box {
    margin-top: -20%;
    border-radius: 243px;
    padding: 22px;
    overflow: visible;
}
.info-box-top .image-box img {
    width: 100%;
    border-radius: 243px;
}
.Taekwondo-Coach-info {
    background-color: #F7F7F7;
}
.info-box-top .social-media-platform {
    padding-top: 0px;
}
.info-box-middle {
    margin-bottom: 41px;
    padding-top: 25px;
}
.social-icon-upper {
    list-style: none;
}
.middle {
    padding-left: 25px;
}
.social-icon-upper li a {
    text-decoration: none;
    color: #000;
}
.coach-info-right li {
    transition: all 0.5s;
}
/* .middle{
    padding-left: 3px;
} */
.coach-info-right li a:hover img {
    transform: scale(1.2);
}
.review .rating {
    padding-right: 16px;
    font-weight: 300;
    font-size: 38px;
    line-height: 50px;
    color: #242424;
    margin-bottom: 0;
}
.review .star p {
    font-size: 10px;
    line-height: 13px;
    font-weight: 400;
    color: #242424;
    padding-top: 3px;
}
.coach-degree {
    /* margin-top: -19%; */
    /* margin-bottom: 44px; */
    padding-left: 22px;
}
.coach-degree p{
    font-weight: 600;
}
.coach-info-box .coach-degree p{
    font-weight: 500;
    font-size: 12px;
}
.coach-degree .text {
    border: 1px solid #CECECE;
    border-radius: 50px;
    margin-right: 3px;
    /* padding: 10px 12px; */
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.row-message {
    padding-left: 115px;
}
.info-box-middle .text-box {
    padding: 36px 0 30px;
}
/* .info-box-bottom .upper-row{
    margin-bottom: 41px;
} */
/* .info-box-bottom .upper{
    padding-bottom: 20px;
}
.info-box-bottom .upper:last-child{
    padding-bottom: 0px;
} */
/* .info-box-bottom .down{
    padding-bottom: 20px;
} */
.info-box-bottom .down:last-child {
    padding-bottom: 0px;
}
.down-row .text-box {
    padding: 57px 0 49px;
}
/* .info-box-bottom .text-box.experience{
    padding-right: 70px;
} */
.text-box .icon {
    padding-right: 27px;
}
.text-box .para span {
    font-family: 'Rajdhani';
    font-size: 36px;
    line-height: 30px;
    font-weight: 700;
    color: #DA2128;
    padding-bottom: 10px;
}
.upper-row .text-box {
    padding: 64px 0 51px 60px;
    min-height: 200px;
}
.text-box .para p {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: #242424;
    margin-bottom: 0;
}
.text-box:last-child {
    margin-bottom: 0;
}
.highliter-text p {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: #242424;
    padding-top: 20px;
}
.highliter-text {
    padding-top: 40px;
}
.award-certification-section .award-btn {
    /* background-color: transparent; */
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    position: relative;
    padding: 10px 39px 12px 14px;
    transition: all 0.5s;
}
.award-certification-section .award-top {
    padding-top: 77px;
}
.award-certification-section .award-top {
    padding-bottom: 54px;
}
.award-certification-section .award-top h4 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    font-family: 'Rajdhani';
    color: #000;
}
.award-certification-section {
    background-color: #F7F7F7;
}
.award-certification-section .award-top .award-btn::after {
    position: absolute;
    content: "";
    background-image: url(../images/award_btn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 10px;
    bottom: 16px;
    right: 10px;
}
.award-certification-section .award-box {
    background-color: #EBEBEB;
    padding: 20px 20px 20px 20px;
    border: none;
    margin: 0 0 0 18px;
}
.award-certification-section .award-image {
    /* padding-left: 20px; */
    max-width: 200px;
    width: 100%;
}
.award-certification-section .award-image img {
    max-height: 140px;
    object-fit: contain;
    max-width: 290px;
    width: 100%;
}
.award-certification-section .card-title {
    padding-bottom: 17px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Rajdhani';
    padding-top: 1px;
    color: #000;
    /* min-height: 75px; */
    margin-bottom: 0;
}
.award-certification-section .card-text {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    line-height: 13px;
    font-weight: 400;
}
.award-certification-section .card-text.para {
    color: #888585;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    word-break: break-word;
    /* min-height: 55px; */
}
.award-certification-section p.card-text.para:empty {
    min-height: 0;
}
.award-certification-section .award-bottom .award-text {
    padding-left: 15px;
}
.award-box-slider .award-box {
    margin-bottom: 20px;
    max-width: 535px;
    /* min-height: 264px; */
    height: auto;
}
.award-box-slider .award-box .card-body {
    padding: 0;
    /* padding-right: 50px; */
}
.award-slider {
    position: relative;
}
.award-certification-section .award-last {
    padding-top: 77px;
    padding-bottom: 78px;
}
.award-certification-section .award-last h4 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    font-family: 'Rajdhani';
    color: #000;
    padding-bottom: 16px;
}
.award-certification-section .award-last p {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: #000;
}
.affiliate-section {
    background-color: #F7F7F7;
    padding-bottom: 70px;
}
.image-section .image-box-forth {
    padding-top: 13px;
}
.album-section {
    padding-top: 70px;
}
.coach-album-section {
    padding-top: 0;
}
.album-section.album-section-student {
    padding-top: 0;
}
.album-section .album-box {
    background-color: #000000;
    padding: 93px 0 100px;
}
.album-section .album-box.album-box-student {
    padding: 93px 0 44px;
}
.album-section .games-bottom-top h4 {
    color: #fff;
    padding-bottom: 39px;
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    font-family: 'Rajdhani';
}
.mediapage.album-section .games-bottom-top h4 {
    color: #000;
}
.affiliate-section-box .heading h4 {
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    font-family: 'Rajdhani';
    color: #000000;
    padding-bottom: 13px;
}
.affiliate-slider .slick-arrow {
    background-image: url(../../images/arrow_to_right_black.svg);
}
.affiliate-slider .slick-prev {
    rotate: 180deg;
}
.student-achievement-section {
    padding: 78px 0;
}
.student-achievement-section .student-achievement-box h4 {
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    font-family: 'Rajdhani';
    color: #000;
}
.student-achievement-section .student-achievement-box .student-top {
    padding-bottom: 39px;
}
.student-achievement-section .student-album .text p {
    margin-bottom: 1px;
    font-size: 14px;
    line-height: 13px;
    font-weight: 400;
    color: #000;
}
.student-achievement-section .student-album .text h4 {
    font-size: 31px;
    line-height: 29px;
    font-weight: 700;
    font-family: 'Rajdhani';
    color: #000;
    min-height: 50px;
}
.student-achievement-section .student-album .student-gallery-box {
    margin: 0 13px;
    width: 20%;
    display: inline-block;
    margin-bottom: 35px;
}
.student-achievement-section .student-album .student-gallery-box .image-box img {
    width: 100%;
    height: 314px;
    border-radius: 125px;
    max-width: 273px;
    object-fit: cover;
    object-position: center;
}
.student-achievement-section .student-album .student-list-detail-all .text h4 {
    min-height: 40px;
}
.student-achievement-section .student-album .student-list-detail-all .text p {
    margin-top: 4px;
    text-transform: capitalize;
    min-height: 40px;
}
.student-achievement-section .student-album .student-list-detail-all .text p.fs-18{
    min-height: auto;
}
.student-achievement-section .student-album .student-list-detail-all .text p span{
    padding-bottom: 0;
}
.student-achievement-section .student-album .student-list-detail-all .text-box.experience.btn-show-more a{
   padding: 7px 16px 6px 16px;
   border: 1px solid #2F2F2F;
   border-radius: 50px;
   color: #000;
   font-weight: 400;
   font-size: 12px;
   line-height: 14px;
}
.student-achievement-section .student-album .student-list-detail-all .text-box.experience.btn-show-more a:hover{
    background-color: #DA2128;
    border: 1px solid #DA2128;
    color: #fff;
}
.self-defence-section {
    background-color: #000000;
    padding: 20px 0 102px;
}
.self-defence-section.self-defence-student {
    padding: 50px 0 102px;
}
.self-defence-section .self-defence-image-box {
    background-repeat: no-repeat;
    /* background-size: 100%; */
    background-position: top;
    margin: 0 0px;
    border-radius: 10px;
    position: relative;
    transition: 0.5s;
    height: 270px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
}
.self-defence-section .self-defence-image-box::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(70deg, rgba(255, 255, 255, 1) 0%, rgba(147, 141, 145, 1) 100%);
    background: -webkit-linear-gradient(70deg, rgba(255, 255, 255, 1) 0%, rgba(147, 141, 145, 1) 100%);
    background: linear-gradient(70deg, rgba(255, 255, 255, 1) 0%, rgba(147, 141, 145, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#938d91", GradientType=1);
    border-radius: 10px;
    opacity: 00;
}
.self-defence-gellary-box .slick-arrow {
    top: inherit;
    bottom: -70px;
}
.self-defence-gellary-box .slick-arrow.slick-next {
    right: 0%;
}
.self-defence-gellary-box .slick-arrow.slick-prev {
    right: 100px;
    transform: rotate(180deg);
}
.self-defence-section .self-defence-image-box:hover {
    cursor: pointer;
    filter: grayscale(0);
    background-position: top;
    /* background-size: 500px; */
    transition: 0.5s;
}
.self-defence-section .self-defence-section-box h4 {
    color: #fff;
    padding-left: 20px;
    font-family: 'Rajdhani';
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
}
.self-defence-section .self-defence-section-box .self-defence-top {
    padding-bottom: 23px;
}
.self-defence-section .self-defence-section-box .self-defence-text {
    padding-bottom: 20px;
    padding-left: 20px;
    position: relative;
    z-index: 0;
    width: 100%;
    padding-top: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0032387955182072714) 35%, rgba(0, 0, 0, 0.7903536414565826) 68%);
}
.self-defence-section .self-defence-section-box .self-defence-text h5 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Rajdhani';
    /* color: #000; */
    color: #fff;
}
.self-defence-section .self-defence-section-box .self-defence-text p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 11px;
    font-weight: 400;
    /* color: #000; */
    color: #fff;
}
.pill-button {
    background-color: #fff;
    border: none;
    padding: 2px 2px 2px 57px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    margin-bottom: 33px;
}
.show-more-btn {
    padding: 10px 13px 10px 13px;
    border-radius: 50px;
    border: 1px solid #000000;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}
.show-more-btn:hover {
    background-color: #BA0101;
    color: #ffffff;
}
.self-defence-btn {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}
.show-more-btn img {
    padding-left: 8px;
    padding-bottom: 3px;
}
.student-gallery-box.student-list-detail-all{
    position: relative;
}
.info-btn-icon-popup-text{
    display: none;
    position: absolute;
    left: 0;
    width: 300px;
    padding: 10px 10px!important;
    background-color: #ffffff;
    color: #000000;
    z-index: 1;
}

.info-btn-icon-popup.active .info-btn-icon-popup-text{
    display: block;
}
/***********competition page css start here**********/
.competition-accordian {
    background-color: #000000;
    padding: 50px 0 56px;
}
ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    /* padding: 20px; */
    margin: 0;
    list-style: none;
}
ul.accordion-list li h3 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    font-family: 'Rajdhani';
    padding-right: 35px;
}
ul.accordion-list li p.small-text {
    font-size: 16px;
    line-height: 8px;
    font-weight: 400;
    margin-bottom: 11px;
    text-transform: uppercase;
    margin-top: 6px;
}
ul.accordion-list li p.accordian-text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 30px;
}
ul.accordion-list li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 29px auto;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    background-color: #BA0101;
    padding: 47px 55px 33px 48px;
}
ul.accordion-list li.active h3:after {
    transform: rotate(0deg);
}
ul.accordion-list li h3:after {
    background-image: url(../../images/arrow_down.png);
    position: absolute;
    height: 42px;
    width: 43px;
    content: "";
    background-repeat: no-repeat;
    z-index: 1;
    right: 25px;
    background-size: contain;
    top: 47px;
    transform: rotate(180deg);
}
ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0px 0 0px;
    cursor: pointer;
    border-top: 0.5px solid #FF8D8D;
}
ul.accordion-list li.active div.answer {
    height: auto;
    padding: 30px 0 30px;
}
ul.accordion-list li div.answer .row {
    position: relative;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
 
}
.competition-text-top h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    font-family: 'Rajdhani';
    padding-bottom: 3px;
}
.competition-text-top p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-bottom: 21px;
}
.competition-text-box p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}
.competition-date p,
.competition-date a {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    margin-top: 6px;
    padding-left: 7px;
    color: #fff;
}
.competition-date a:hover {
    text-decoration: underline;
}
.share-section img {
    padding-right: 12px;
}
.register-btn {
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    border-radius: 50px;
    font-size: 12px;
    line-height: 7px;
    font-weight: 400;
    padding: 9px 9px 9px 9px;
    text-transform: uppercase;
    transition: 0.5s;
}
.register-btn:hover {
    border: 1px solid #98a2a2;
    background-color: #98a2a2;
    color: #ffffff;
    transition: 0.5s;
}
.register-btn img {
    padding: 0 0 4px 5px;
}
.event-banner-section {
    background-color: #BA0101;
    padding-top: 177px;
}
.event-banner-section-box-text p {
    font-size: 20px;
    line-height: 11px;
    font-weight: 400;
    padding-bottom: 10px;
}
.event-banner-section-box-text h1 {
    font-size: 72px;
    line-height: 82px;
    font-weight: 700;
    font-family: 'Rajdhani';
}
.event-banner-section-box-text p.bold-text {
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'Rajdhani';
    padding-bottom: 49px;
}
.answer-text {
    padding-left: 48px;
}

/**************search-master css start here**************/
.banner-text-section {
    padding: 177px 0 41px;
    text-align: center;
    background-color: #BA0101;
}
p.number-of-master {
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'Rajdhani';
}
.review-status li {
    list-style: none;
    padding-right: 5px;
    font-size: 19px;
    line-height: 27px;
    font-weight: 300;
}
.review-box p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    max-width: 818px;
    margin: 0 auto;
}
.search-master-top .title {
    font-size: 29px;
    line-height: 36px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
    color: #ffffff!important;
}
.search-master-top {
    padding-bottom: 20px;
}
.games-middle .master-image-box {
    position: relative;
    height: 390px;
    overflow: hidden;
}
.games-middle .master-image-box img {
    width: 100%;
    border-radius: 10px;
    position: relative;
    object-fit: cover;
    height: 100%;
}
.master-name-text li {
    list-style: none;
    padding-right: 8px;
}
.master-name-text-middle-back  {
    min-height: 30px;
}
.master-name-text-middle-front {
    list-style: none;
    padding-right: 30px;
    min-height: 27px;
}
.text-master {
    border: 1px solid #F5F5F5;
    border-radius: 10px;
    padding: 13px 25px;
    margin-right: 7px;
}
.text-master:last-child {
    margin-right: 0;
}
.text-master .para span {
    display: block;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    font-family: 'Rajdhani';
}
.text-master .icon {
    padding-right: 5px;
}
.text-master .information-name {
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
    padding-top: 4px;
}
.master-name-text-last {
    padding-top: 15px;
}
.master-name-text .master-name {
    font-size: 26px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Rajdhani';
    padding-top: 15px;
}
.master-name-text-upper p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 16px;
}
.master-name-text-middle-front li {
    font-size: 15px;
    line-height: 27px;
}
.master-name-text-middle-back li {
    font-size: 14px;
    line-height: 31px;
    font-weight: 400;
}
.master-name-box .col-xl-4 {
    margin: 50px 0;
}
.master-box {
    padding-bottom: 0;
}
.master-searching-section {
    padding-top: 27px;
}
.HeartAnimation {
    padding-top: 2em;
    background-image: url(../../images/like_image.svg);
    background-repeat: no-repeat;
    background-position: left;
    height: 17px;
    width: 19px;
    cursor: pointer;
    top: 20px;
    position: absolute;
    right: 20px;
}
.animate {
    animation: like 0.5s 1;
    fill: #BA0101;
    stroke: none;
}
/* @keyframes heart-burst {
    0% {
        background-position: left
    }

    100% {
        background-position: right
    }
} */

/**************student-achievment-section css start**************/
.student-achievment-section {
    background-color: #F7F7F7;
}
.student-achievment-section-box-top {
    padding: 77px 0 55px;
}
.student-achievment-section-box-top .heading h3 {
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    font-family: 'Rajdhani';
    color: #242424;
}
ul.student-list {
    padding-left: 130px;
}
.student-detail .image-box {
    margin-left: -130px;
}
.belt-color-section .images-color {
    padding-right: 9px;
}
.all-belt-btn {
    margin-right: 9px;
    border: 1px solid #030303;
    border-radius: 16px;
    background-color: #D9D9D9;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
.all-belt-search-btn {
    border: 1px solid #030303;
    border-radius: 16px;
    background-color: #F7F7F7;
    padding: 4px 15px 4px 16px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #000000;
    transition: all 0.5s linear;
}
.all-belt-search-btn:hover {
    background-color: #BA0101;
    color: #ffffff;

}
.all-belt-search-btn img {
    padding-left: 13px;
}
.show-hidden-menu {
    border: 1px solid #BA0101;
    border-radius: 17px;
    padding: 0px 0px 0px 19px;
    margin-left: 14px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    transition: all 0.5s linear;
}
.show-hidden-menu:hover {
    background-color: #000000;
    color: #ffffff;
}
.show-hidden-menu img {
    padding-left: 17px;
}
.share-like-show-more .share_image {
    padding-right: 14px;
}
.share-like-show-more a img {
    transition: 0.5s;
}
.share-like-show-more a:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.student-corner-text h4 {
    font-size: 31px;
    line-height: 29px;
    font-weight: 700;
    font-family: 'Rajdhani';
    color: #000000;
    padding-bottom: 2px;
}
.student-corner-text p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #000000;
    padding-top: 1px;
}
.student-corner-text p img {
    width: 15px;
    height: 15px;
}
.student-corner-box {
    background-color: #EBEBEB;
    padding: 40px 69px 46px 0;
    border-radius: 10px;
}
.student-corner-box .image-box {
    margin-top: -40px;
}
.medal-award-section {
    margin-top: -8%;
}
.medals-award-row {
    padding-left: 40px;
}
.medal-number {
    font-size: 34px;
    line-height: 26px;
    font-weight: 400;
    color: #BA0101;
    background-color: #FFFFFF;
    border-radius: 29px;
    padding: 15px 27px 15px 27px;
}
.total-medals-detail h4 {
    display: none;
}
.total-medal-column {
    padding-left: 22px;
}
.medal-text {
    font-size: 22px;
    line-height: 29px;
    font-weight: 400;
    color: #000000;
    padding-left: 16px;
}
.total-medals {
    margin-top: -40px;
}
.medal-award-section .total-medals {
    margin-bottom: 29px;
}
.medal-detail-text {
    max-width: 390px;
    border-bottom: 0.6px solid #888585;

}
.medal-detail-text p {
    font-size: 18px;
    line-height: 42px;
    font-weight: 400;
    color: #000000;
    margin-left: 50px;
}
.medal-detail-text li:last-child {
    margin-right: 0;
}
ul.student-list li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 29px auto;
    border-radius: 5px;
    cursor: auto;
    position: relative;
    background-color: #EBEBEB;
    padding: 0px 0px 24px 0px;
}
.medals-award-row {
    margin-top: -40px;
}
ul.student-list li div.answer {
    border-top: 0px;
}
.student-detail .col-student {
    padding-top: 40px;
}
.album-student-achievement {
    padding-top: 50px;
}
ul.student-list li:last-child {
    margin-bottom: 0;
}
.total-medals {
    margin-top: -40px;
}
.medal-award-section .total-medals {
    margin-bottom: 29px;
}
.medal-detail-text {
    max-width: 390px;
    border-bottom: 0.6px solid #888585;

}
.medal-detail-text p {
    font-size: 18px;
    line-height: 42px;
    font-weight: 400;
    color: #000000;
    margin-left: 50px;
}
.medal-detail-text li:last-child {
    margin-right: 0;
}
ul.student-list li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 29px auto;
    border-radius: 5px;
    cursor: auto;
    position: relative;
    background-color: #EBEBEB;
    padding: 0px 0px 46px 0px;
}
.medals-award-row {
    margin-top: -65px;
}
ul.student-list li div.answer {
    border-top: 0px;
}
.student-detail .col-student {
    padding-top: 40px;
    padding-left: 58px;
}
.album-student-achievement {
    padding-top: 50px;
}
ul.student-list li:last-child {
    margin-bottom: 0;
}
.student-achievment-section-box {
    background-color: #F7F7F7;
    padding-bottom: 71px;
}
/*******************signin form css start here**************/
.form-box {
    background-color: #EBEBEB;
    max-width: 769px;
    margin: 132px auto;
    border-radius: 10px;
    padding: 79px 0 85px;
    position: relative;
}
.form-box.registration-box {
    padding: 74px 0 85px;
}
.form-box.form-forgot-password {
    padding: 59px 0;
}
.group-input {
    max-width: 380px;
    margin: 0 auto;
}
form .input-style {
    border: 1px solid #C4C4C4;
    width: 100%;
    padding: 14px 25px;
    border-radius: 46px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 19px;
    background-color: #F4F4F4;
    position: relative;
}

::placeholder {
    color: #000000;
}
.login-text {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #000000;
}
.check-box-div {
    padding-right: 8%;
}
.checkbox-sign {
    width: 14px;
    height: 14px;
}
.password-recovery a {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
}
.login-bottom {
    padding-top: 24px;
}
.loginpage-btn {
    margin-top: 37px;
    border: none;
    padding: 21px 148px;
    background-color: #BA0101;
    border-radius: 46px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #FFFFFF;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    margin-left: 0;
    margin-bottom: 10px;
}
.loginpage-btn.register-btn {
    padding: 21px 126px;
    margin-bottom: 0;
}
.loginpage-btn:hover {
    background-color: #000000;
    color: #FFFFFF;
}
.loginpage-btn.regist-btn {
    margin-top: 16px;
}
.loginpage-btn.submit-btn {
    margin-top: 13px;
}
.login-bottom {
    padding-left: 14%;
}
.field-icon {
    margin-left: -40px;
    margin-top: 14px;
    z-index: 2;
    position: absolute;
    color: #040405;
}
.form-check-first {
    padding-right: 6%;
}
.form-check-second {
    padding-right: 6%;
}
.form-check-box {
    padding-bottom: 20px;
}
.form-check-label {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #000000;
}
.form-check-input {
    background-color: #EBEBEB;
    border: 0.7px solid #707070;
}
.form-check-input:checked {
    background-color: #BA0101;
    border-color: #2D2DC6;
}
form .sign-account {
    padding-top: 18px;
    font-size: 10px;
    line-height: 13px;
    font-weight: 400;
    color: #000000;
}
form .sign-account a {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    color: #000000;
    transition: all 0.5s;
    text-decoration: underline;
}
form .sign-account a:hover {
    color: #BA0101;
}
p.forgot-text {
    max-width: 167px;
    margin: 0 0 0 32%;
    font-size: 10px;
    line-height: 13px;
    font-weight: 400;
    color: #000000;
    padding-bottom: 29px;
}
.login-btn.submit-btn {
    margin-top: 13px;
}
h3.sign-in-title.forgot-password-title {
    padding-bottom: 20px;
    padding-right: 19%;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #BA0101;
}
.sign-in-box.password-forgot-box {
    padding: 59px 0;
}
ul.tabs {
    max-width: 300px;
    margin: 0 auto;
    list-style: none;
    text-align: left;
}
ul.tabs li {
    background: none;
    color: #888585;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
}
ul.tabs li a {
    color: #888585;
}
ul.tabs li:last-child {
    padding: 0;
}
.register-tab {
    padding-bottom: 22px;
}
.sign-tab {
    padding-bottom: 60px;
}
ul.tabs li.current {
    color: #BA0101;
}
.tab-content {
    display: none;
    padding: 15px;
}
.tab-content.current {
    display: inherit;
}
/** addreview css start**/
.rating {
    float: left;
}

.rating:not(:checked)>input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}
.rating:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 300%;
    /* line-height:1.2; */
    color: #ddd;
}
.rating:not(:checked)>label:before {
    content: '★ ';
}
.rating>input:checked~label {
    color: #DEB400;
}
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #DEB400;
}
.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #DEB400;
}
.rating>label:active {
    position: relative;
    top: 2px;
    left: 2px;
}
.rating-reviews-section {
    color: #000;
    padding: 47px 20px 69px;
    background-color: #F7F7F7;
}
.rating-reviews-section-inner .heading h3 {
    font-family: 'Rajdhani';
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    padding-bottom: 10px;
}
.rating-reviews-section-inner-box-left {
    width: 30%;
    background-color: #EBEBEB;
    border-radius: 10px;
    padding: 16px 53px 37px 20px;
}
.question-answer-box {
    padding-bottom: 30px;
}
.question-answer-box:last-child {
    padding-bottom: 0;
}
.rating-reviews-section-inner-box-left .title h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    border-bottom: 0.6px solid #888585;
    padding-bottom: 15px;
}
.question-answer-box h6 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    padding-bottom: 2px;
}
.question-answer-box h6:first-child {
    padding-top: 15px;
}
.question-answer-box p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #888585;
}
.question-answer-box p span {
    font-weight: 700;
    text-decoration: underline;
}
.rating-reviews-section-inner-box-right {
    padding-left: 30px;
    width: 70%;
}
.rating-reviews-section-inner-box-right-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 0;
    border-bottom: 0.6px solid #888585;
}
.rating-reviews-section-inner-box-right-top .title h4 {
    font-size: 26px;
    line-height: 31px;
    font-weight: 700;
    padding-right: 39px;
}
.image-box3 {
    padding-right: 18px;
}
.image-box3 img {
    max-width: 200px;
}
.rating-reviews-section-inner-box-right-top .text p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #BE9A04;
}
.rating-reviews-section-inner-box-right-bottom {
    padding-top: 22px;
}
.rating-reviews-section-inner-box-right-bottom h4 {
    font-size: 26px;
    line-height: 31px;
    font-weight: 700;
    padding-bottom: 11px;
}
.rating-reviews-section-inner-box-right-bottom .input-style.input-style-big {
    padding: 21px 23px 134px;
}
.rating-reviews-section-inner-box-right-bottom .input-style {
    width: 100%;
    background-color: #F7F7F7;
    border: 0.6px solid #707070;
    border-radius: 10px;
    padding: 21px 23px 61px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
.rating-reviews-section-inner-box-right-bottom .input-notification-box-one {
    padding-bottom: 10px;
}
.rating-reviews-section-inner-box .send-btn {
    text-align: center;
    margin-right: 20%;
}
.rating-reviews-section-inner-box .send-btn .button {
    padding: 15px 33px 15px 30px;
    margin-top: 11px;
    background-color: #DA2128;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #FFFFFF;
    transition: all 0.5s ease-in-out;
}
.rating-reviews-section-inner-box .send-btn .button:hover {
    background-color: #000000;
}
.rating-reviews-section-inner-box-right-bottom .add-photo-box {
    border: 0.6px solid #707070;
    border-radius: 10px;
}
.rating-reviews-section-inner-box-right-bottom .inp-style {
    max-width: 184px;
    position: relative;
}
.rating-reviews-section-inner-box-right-bottom .inp-style::before {
    position: absolute;
    content: "";
    background-image: url(../images/img_upload.svg);
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    top: 47%;
    left: 42%;
    cursor: pointer;
}
.rating-reviews-section-inner-box-right-bottom .inp-style::after {
    position: absolute;
    content: "";
    background-image: url(../images/add_icon.svg);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    top: 67%;
    left: 47%;
}
/** addreview css END **/
::placeholder {
    color: #000000;
}
.login-text {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #000000;
}
.check-box-div {
    padding-right: 8%;
}
.checkbox-sign {
    width: 14px;
    height: 14px;
}
.password-recovery a {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
}
.login-bottom {
    padding-top: 24px;
}
.loginpage-btn {
    margin-top: 28px;
    border: none;
    padding: 21px 140px;
    background-color: #BA0101;
    border-radius: 46px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #FFFFFF;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    margin-left: 0;
}
.loginpage-btn:hover {
    background-color: #000000;
    color: #FFFFFF;
}
.loginpage-btn.regist-btn {
    margin-top: 16px;
}
.loginpage-btn.submit-btn {
    margin-top: 13px;
}
.login-bottom {
    padding-left: 14%;
}
.field-icon {
    margin-left: -40px;
    margin-top: 14px;
    z-index: 2;
    position: absolute;
    color: #040405;
}
.form-check-first {
    padding-right: 6%;
}
.form-check-second {
    padding-right: 6%;
}
.form-check-box {
    padding-bottom: 20px;
}
.form-check-label {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #000000;
}
.form-check-input {
    background-color: #EBEBEB;
    border: 0.7px solid #707070;
}
.form-check-input:checked {
    background-color: #BA0101;
    border-color: #2D2DC6;
}
form .sign-account, .sign-account{
    padding-top: 18px;
    font-size: 10px;
    line-height: 13px;
    font-weight: 400;
    color: #000000;
}
form .sign-account a, .sign-account a{
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    color: #000000;
    transition: all 0.5s;
}
form .sign-account a:hover, .sign-account a:hover{
    color: #BA0101;
}
p.forgot-text {
    max-width: 167px;
    margin: 0 0 0 32%;
    font-size: 10px;
    line-height: 13px;
    font-weight: 400;
    color: #000000;
    padding-bottom: 29px;
}
.login-btn.submit-btn {
    margin-top: 13px;
}
h3.sign-in-title.forgot-password-title {
    padding-bottom: 20px;
    padding-right: 19%;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #BA0101;
}
.sign-in-box.password-forgot-box {
    padding: 59px 0;
}
ul.tabs {
    max-width: 300px;
    margin: 0 auto;
    list-style: none;
}
ul.tabs li {
    background: none;
    color: #888585;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}
.register-tab {
    padding-bottom: 22px;
}
ul.tabs li.link-two {
    padding: 0;
}
.sign-tab {
    padding-bottom: 60px;
}
ul.tabs li.current {
    color: #BA0101;
}
.tab-content {
    display: none;
    padding: 15px;
}
.tab-content.current {
    display: inherit;
}
.banner.about-page, .banner.list-page, .banner.coach-list {
    height:auto;
}
.games.coach-list{
    padding: 44px 0 50px;
}
@media (max-width: 1899px){
    /* section.home-search-section {
        margin-top: -25%;
    } */
}
@media all and (max-width:1400px) {

    /****************** competition css start here *****************/
    ul.accordion-list li h3 {
        font-size: 35px;
        line-height: 40px;
    }
    /* .competition-text-bottom.justify-content-between {
        justify-content: space-evenly !important;
    }
  */
    .competition-text-box.competition-text-box-event {
        padding-bottom: 0;
    }

    /************** service box bottom css start here***************/
   
    .service-box-bottom  a {
        padding: 40px 30px 300px;
    }
    .service-box-bottom h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .service-box-bottom .text p {
        font-size: 14px;
    }
    .service-box-bottom  .para {
        position: absolute;
        left: 0;
        bottom: 40px;
        padding: 0 30px;
    }
    .service-box-bottom .para p {
        font-size: 18px;
        line-height: 23px;
    }
    .service-box-bottom .box-icon .icon-box img {
        width: 18px;
    }

}

@media all and (max-width:1210px) {
    .banner h1 {
        font-size: 56px;
        line-height: 62px;
    }
    .medallist-banner-section h2 {
        font-size: 56px;
        line-height: 62px;
    }
    .banner {
        padding-top: 170px;
        padding-bottom: 100px;
    }
    .navbar-brand img {
        width: 200px;
    }
    .games-top .title {
        font-size: 35px;
        line-height: 40px;
    }
    .btn {
        padding: 8px 24px 7px 24px;
    }
    /* section.home-search-section {
        margin-top: -31%;
    } */
    .btn.loginpage-btn {
        padding: 14px 140px;
    }
    .games {
        padding: 20px 0 40px;
    }
    .games-icon {
        background-position: 13% 50%;
    }
    .location-icon {
        background-position: 13% 50%;
    }
    .partners-box-top h4,
    .partners-box-bottom h4 {
        font-size: 35px;
        line-height: 40px;
    }
    .services-info {
        padding: 30px 0 60px;
    }
    .service-box-top h5 {
        font-size: 35px;
        line-height: 40px;
    }
    .service-box-top .para p {
        font-size: 18px;
        line-height: 24px;
    }
    .master-searching-box h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .master-searching .row .col-md-4 h5 {
        font-size: 24px;
        line-height: 30px;
    }
    .master-searching .row .col-md-4 p {
        font-size: 18px;
        line-height: 23px;
    }
    .field-box-text .para p {
        font-size: 18px;
        line-height: 27px;
    }
    .field-box-text .heading h5 {
        font-size: 18px;
    }
    .partners {
        padding-top: 40px;
    }
    .partners-box-top {
        padding-bottom: 50px;
    }
    .service-box-bottom h2 {
        font-size: 22px;
        line-height: 27px;
    }
    .service-box-bottom .text p {
        font-size: 14px;
    }
    .service-box-bottom .para p {
        font-size: 16px;
        line-height: 21px;
    }
    .service-box-bottom .para {
        padding-top: 250px;
    }
    .master-searching-box h2 {
        padding-top: 40px;
    }
    .master-finding img {
        width: 45px;
    }
    .info-text {
        padding-top: 200px;
    }
    .info .info-box .box-top p {
        font-size: 32px;
        line-height: 25px;
    }
    .info .info-box .box-bott h4 {
        font-size: 16px;
        line-height: 14px;
    }

    /***************** coach.blade css *****************************/
    .info-box-top .information-text h4 {
        font-size: 35px;
        line-height: 40px;
    }
    .info-box-top .information-text p.degree {
        font-size: 20px;
        line-height: 25px;
    }
    .info-box-top .information-text ul li {
        font-size: 18px;
        line-height: 23px;
    }
    .review .rating {
        font-size: 30px;
        line-height: 35px;
    }
    .social-icon li a {
        font-size: 16px;
    }
    .info-box-middle {
        padding-top: 0;
    }
    .info-box-top .coach-info-right ul li .submitbtn {
        padding: 11px 8px 11px 17px;
        color: #fff;
    }
    .text-box .para span {
        font-size: 30px;
        line-height: 25px;
    }
    .coach-degree .col-sm.text {
        margin-bottom: 15px;
    }
    .info-box-top .image-box img {
        width: 240px;
    }
    .text-box .para p {
        font-size: 18px;
        line-height: 24px;
    }
    .highliter-text p {
        font-size: 30px;
        line-height: 40px;
    }
    .highliter-text {
        padding-top: 20px;
    }
    .highliter-text .icon img {
        width: 30px;
    }
    .award-certification-section .award-top h4 {
        font-size: 35px;
        line-height: 40px;
    }
    .affiliate-section-box .heading h4 {
        font-size: 35px;
        line-height: 40px;
    }
    .award-certification-section .award-last h4 {
        font-size: 35px;
        line-height: 40px;
    }
    .award-certification-section .award-last p {
        font-size: 20px;
        line-height: 26px;
    }
    .album-section .games-bottom-top h4 {
        font-size: 35px;
        line-height: 40px;
    }
    .album-section .album-box {
        padding: 40px 0 40px;
    }
    .student-achievement-section .student-achievement-box h4 {
        font-size: 35px;
        line-height: 40px;
    }
    .student-achievement-section {
        padding: 60px 0;
    }
    .student-achievement-section .student-album .text h4 {
        font-size: 26px;
        line-height: 29px;
    }
    .self-defence-section .self-defence-section-box h4 {
        font-size: 35px;
        line-height: 40px;
    }
    .master-searching {
        background-color: #000000;
    }
    .self-defence-section {
        padding: 70px 0 80px;
    }
    .poster-inner {
        padding-top: 500px;
    }
    .award-certification-section .award-box {
        padding: 20px 20px 20px 20px;
    }
    .card-body {
        padding: 0;
    }
    .award-certification-section .card-title {
        padding-bottom: 2px;
        font-size: 25px;
        line-height: 29px;
    }
    .award-certification-section .card-text.para {
        font-size: 16px;
        line-height: 21px;
    }
    .award-certification-section .award-bottom .award-text {
        padding-left: 0px;
    }
    .mymenu .logo-box img {
        width: 120px;
    }
    .header-bottom h4 a{
        font-size: 35px;
        line-height: 40px;
    }
    .header-bottom h4 {
        padding-bottom: 31px;
    }
    .navbar li {
        padding-right: 0;
    }
    .header-bottom h4 {
        padding-bottom: 10px;
    }
    .coach-degree .col.text {
        font-size: 15px;
        line-height: 20px;
    }

    /**************competition css start************/
    .register-btn {
        padding: 9px 6px 9px 6px;
    }
    ul.accordion-list li h3 {
        font-size: 30px;
        line-height: 36px;
    }
    ul.accordion-list li p.accordian-text {
        font-size: 18px;
        line-height: 23px;
    }
    .event-banner-section-box-text p {
        font-size: 18px;
    }
    .event-banner-section-box-text h1 {
        font-size: 60px;
        line-height: 65px;
    }
    .event-banner-section-box-text p.bold-text {
        font-size: 35px;
        line-height: 40px;
    }
    .accordion-list .answer .image-box img {
        width: 150px;
    }
    .competition-text-top h4 {
        font-size: 24px;
        line-height: 29px;
    }
    .competition-date p {
        font-size: 12px;
    }
    .competition-text-box img {
        width: 18px;
    }

    /****************search-master css start here************/
    .banner p {
        font-size: 18px;
        line-height: 11px;
    }
    .banner h1 {
        font-size: 60px;
        line-height: 65px;
    }
    .medallist-banner-section h2 {
        font-size: 60px;
        line-height: 65px;
    }
    .review-status li {
        font-size: 18px;
        line-height: 23px;
    }
    .review-box p {
        font-size: 24px;
        line-height: 30px;
    }
    .master-name-text .master-name {
        font-size: 22px;
        line-height: 24px;
    }
    .master-name-text-upper p {
        font-size: 15px;
        line-height: 22px;
    }
    .service-box-bottom .para {
        padding-top: 250px;
    }
    .service-box-bottom h2 {
        font-size: 22px;
        line-height: 27px;
    }
    .service-box-bottom .text p {
        font-size: 14px;
    }
    .service-box-bottom .para p {
        font-size: 16px;
        line-height: 21px;
    }
    /**************student_achievment css start here*****************/
    .student-achievment-section-box-top .heading h3 {
        font-size: 35px;
        line-height: 40px;
    }
    .student-corner-text h4 {
        font-size: 28px;
    }

    .total-medals .medal-number {
        font-size: 30px;
    }
    .total-medals p {
        font-size: 20px;
    }
    .medal-detail-text p {
        font-size: 16px;
        line-height: 38px;
    }
    .student-achievment-section .container {
        max-width: 1170px;
        padding: 0 20px;
    }
    .student-detail .col-student {
        padding-left: 50px;
    }
    .student-detail .image-box {
        margin-left: -100px;
    }
    .rating-reviews-section-inner .heading h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .rating-reviews-section-inner-box-left .title h5 {
        font-size: 18px;
        line-height: 23px;
    }
    .rating-reviews-section-inner-box-left {
        padding: 16px 20px 20px 20px;
    }
    .question-answer-box h6 {
        font-size: 17px;
        line-height: 22px;
    }
    .question-answer-box p {
        font-size: 16px;
        line-height: 26px;
    }
    .rating-reviews-section-inner-box-right-top .title h4 {
        font-size: 22px;
        line-height: 27px;
    }
    .image-box3 img {
        max-width: 150px;
    }
    .rating-reviews-section-inner-box-right-top .text p {
        font-size: 16px;
        line-height: 21px;
    }
    .rating-reviews-section-inner-box-right-bottom h4 {
        font-size: 22px;
        line-height: 27px;
    }
    .rating-reviews-section-inner-box-right-bottom .input-style {
        font-size: 16px;
        line-height: 21px;
    }
    .rating-reviews-section-inner-box .send-btn {
        margin-right: 24%;
    }
    .rating-reviews-section-inner-box .send-btn .button {
        padding: 10px 33px 10px 30px;
        font-size: 16px;
        line-height: 21px;
    }
    /*********************about-page css start here********************/
    .banner h1 {
        font-size: 56px;
        line-height: 62px;
    }
    .medallist-banner-section h2 {
        font-size: 56px;
        line-height: 62px;
    }
    .container {
        margin: 0 auto;
    }
    .show-more-btn {
        margin-top: 20px;
    }
    .master-searching-box {
        padding-top: 0;
    }
    .mymenu li {
        margin-right: 15px;
    }
}

@media all and (max-width:1024px) {
    .partner-slider .slick-prev {
        left: 80%;
    }
    .service-box-bottom .para {
        padding-top: 210px;
    }
    .banner {
        padding-top: 140px;
        padding-bottom: 70px;
    }
    .banner h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .medallist-banner-section h2{
        font-size: 40px;
        line-height: 46px;
    }
    .games-top .title {
        font-size: 30px;
        line-height: 35px;
    }
    .service-box-top h6 {
        font-size: 14px;
    }
    .service-box-top h5 {
        font-size: 30px;
        line-height: 35px;
    }
    .master-searching-box h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .master-searching .row .col-md-4 h5 {
        font-size: 22px;
        line-height: 27px;
    }
    .master-finding img {
        width: 40px;
    }
    .master-searching .row .col-md-4 p {
        font-size: 18px;
        line-height: 23px;
    }
    .field-box-text .para p {
        font-size: 18px;
        line-height: 23px;
    }
    .sports-field-box {
        padding: 70px 0 70px;
    }
    .partners-box-top h4,
    .partners-box-bottom h4 {
        font-size: 30px;
        line-height: 35px;
    }
    .partners-box-top {
        padding-bottom: 70px;
    }

    /******************* coach.blade css *****************/
    .info-box-top .information-text h4 {
        font-size: 35px;
        line-height: 40px;
    }
    .text-box .para span {
        font-size: 24px;
        line-height: 30px;
    }
    .text-box .para p {
        font-size: 16px;
        line-height: 21px;
    }
    .highliter-text p {
        font-size: 22px;
        line-height: 30px;
    }
    .highliter-text .icon img {
        width: 20px;
    }
    .award-certification-section .award-last p {
        font-size: 18px;
        line-height: 24px;
    }
    .student-achievement-section {
        padding: 40px 0;
    }
    .student-achievement-section .student-album .text h4 {
        font-size: 24px;
        line-height: 29px;
    }
    .poster-inner {
        padding-top: 180px;
    }
    .navbar {
        justify-content: center;
    }
    .coach-degree {
        padding-left: 0;
    }
    /* search-master css start here */
    .review-box p {
        font-size: 20px;
        line-height: 25px;
    }
    .review-status li {
        font-size: 16px;
        line-height: 21px;
    }
    .service-box-bottom .para {
        padding-top: 210px;
    }
    .games-top-row-box {
        padding-left: 0;
    }
    /********competition css start here*************/
    ul.accordion-list li {
        padding: 47px 20px 33px 20px;
    }
    .answer .row .image-box img {
        width: 140px;
    }
    .register-btn {
        margin: 0;
    }
    .competition-text-bottom.justify-content-between {
        justify-content: space-between !important;
    }
    ul.accordion-list li h3 {
        font-size: 26px;
        line-height: 31px;
    }
    ul.accordion-list li p.small-text {
        font-size: 14px;
        line-height: 19px;
    }
    ul.accordion-list li p.accordian-text {
        font-size: 17px;
        line-height: 22px;
    }
    .competition-text-top h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .register-btn {
        padding: 9px 23px 9px 9px;
    }
    /* student-achievement css start here  */
    ul.student-list li {
        padding: 0 0 0 0;
    }
    .student-list .image-box img {
        width: 150px;
    }
    .medals-award-row {
        margin-top: 0;
    }
    .total-medals {
        margin-top: -60px;
    }
    .student-corner-text h4 {
        font-size: 26px;
    }
    .student-corner-text p {
        font-size: 15px;
    }
    .total-medals .medal-number {
        font-size: 26px;
        padding: 8px 15px 5px 15px;
    }
    .show-hidden-menu {
        margin-top: 10px;
    }
    .total-medals p {
        font-size: 19px;
    }
    .student-achievment-section-box-top .heading h3 {
        font-size: 27px;
        line-height: 32px;
    }
    .belt-color-section .images-color img {
        width: 20px;
    }
    .all-belt-search-btn {
        padding: 4px 15px 4px 15px;
    }
    .all-belt-btn {
        font-size: 14px;
    }
    .student-achievment-section-box .container {
        max-width: 1170px;
        padding: 0 20px;
    }

    /*************loginpage css start here***********/
    .form-box {
        margin: 70px auto;
    }
}

@media all and (max-width:1023px) {
    .search-master-btn {
        padding: 8px 30px 9px 35px;
    }
    /* section.home-search-section {
        margin-top: -38%;
    } */
    .detail-box p.title-text {
        font-size: 16px;
        line-height: 21px;
    }
    .coach-detail-section {
        padding: 50px 0 0 !important;
    }
    .navbar-brand img {
        width: 180px;
    }
    .partner-slider .slick-prev {
        left: 81%;
    }
    .info-box-top .image-box img {
        width: 250px;
    }
}

@media all and (max-width:992px) {
    .competition-text-box {
        padding-bottom: 15px;
    }
    .coach-degree .col-lg .row {
        margin-bottom: 20px;
    }
    .like-share-section {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .btn {
        padding: 19px 6px 20px 6px;
        font-size: 14px;
    }
    .search-master-btn {
        padding: 8px 35px 9px 40px;
        margin-left: 13px;
    }
    /* section.home-search-section {
        margin-top: -45%;
    } */
    .games-icon {
        background-position: 20% 50%;
        background-size: 7%;
    }
    .games-icon.icon-game {
        background-position: 6% 50%;
        background-size: 5%;
    }
    .location-icon {
        background-position: 20% 50%;
        background-size: 7%;
    }
    .location-icon.icon-location {
        background-position: 6% 50%;
        background-size: 5%;
    }
    .event-banner-section-box-text h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .event-banner-section-box-text p.bold-text {
        font-size: 30px;
        line-height: 35px;
    }
    .coach-degree {
        margin-top: 0;
    }
    .coach-info-right .social-media.justify-content-end {
        justify-content: center !important;
    }
    .review.justify-content-end {
        justify-content: center !important;
    }
    .social-icon.justify-content-end {
        justify-content: center !important;
    }
    .coach-info-right .social-media {
        padding-left: 15%;
    }
    .review.pt-4 {
        padding-top: 0;
    }
    .info-box-top .image-box {
        margin-top: -15%;
    }
    .coach-degree {
        padding-left: 0;
    }
    .rating-reviews-section-inner-box-left {
        width: 40%;
    }
    .rating-reviews-section-inner-box-right {
        width: 60%;
    }
    .rating-reviews-section-inner-box .send-btn {
        margin-right: 0%;
        margin-left: 2%;
    }
    .rating-reviews-section-inner-box-right-top .title h4 {
        font-size: 18px;
        line-height: 23px;
        padding-right: 20px;
    }
    .image-box3 img {
        max-width: 100px;
    }
    .rating-reviews-section-inner-box-right-top .text p {
        font-size: 14px;
        line-height: 19px;
    }
    .rating-reviews-section-inner-box-left .title h5 {
        font-size: 16px;
        line-height: 18px;
    }
    .rating-reviews-section-inner .heading h3 {
        font-size: 24px;
        line-height: 29px;
    }
    .question-answer-box h6 {
        font-size: 15px;
        line-height: 21px;
    }
    .question-answer-box p {
        font-size: 14px;
        line-height: 26px;
    }
    .rating-reviews-section-inner-box-right-bottom h4 {
        font-size: 18px;
        line-height: 23px;
    }
    .rating-reviews-section-inner-box-right-bottom .input-style.input-style-big {
        padding: 21px 23px 100px;
    }
    .rating-reviews-section-inner-box-right-bottom .input-style {
        padding: 21px 23px 40px;
    }
    .rating-reviews-section-inner-box-right-bottom .input-style {
        font-size: 14px;
        line-height: 19px;
    }
    .master-searching .row .col-md-4::after {
        right: -115px;
    }
}

@media all and (max-width:767px) {
    .games-bottom-top-text h5 {
        font-size: 24px;
    }
    .games-bottom-top-text p {
        font-size: 14px;
    }
    .btn {
        font-size: 14px;
    }
    .sports-field-box {
        width: 100%;
    }
    .service-box-bottom .para {
        padding-top: 150px;
    }
    /***************** coach.blade css start here  *********************/
    .info-box-middle .middle {
        padding-bottom: 20px;
    }
    .info-box-middle .middle:last-child {
        padding-bottom: 0px;
    }
    .coach-info-right .social-media {
        justify-content: center;
    }
    .coach-info-right .social-media .justify-content-end {
        justify-content: center;
    }
    .album-section.coach-album-section {
        padding-top: 0;
    }
    .affiliate-section-box .heading h4 {
        font-size: 30px;
        line-height: 40px;
    }
    .text-box .icon img {
        width: 25px;
    }
    .award-certification-section .award-top h4 {
        font-size: 28px;
        line-height: 35px;
    }
    .award-certification-section .award-last p {
        font-size: 16px;
        line-height: 23px;
    }
    .award-certification-section .award-last h4 {
        font-size: 30px;
        line-height: 35px;
    }
    .album-section {
        padding-top: 40px;
    }
    .student-achievement-section .student-achievement-box h4 {
        font-size: 30px;
        line-height: 35px;
    }
    .student-achievement-section .student-album .text h4 {
        font-size: 22px;
        line-height: 27px;
        padding-bottom: 0;
    }
    .self-defence-section .self-defence-section-box h4 {
        font-size: 30px;
        line-height: 35px;
    }
    .self-defence-section {
        padding: 50px 0 50px;
    }
    .poster-inner {
        padding-top: 100px;
    }
    .header-bottom.sticky .logo-box img {
        width: 40px;
        height: 40px;
        max-width: 40px;
        margin-top: 2px;
    }
    .info-box-top .image-box img {
        max-width: 150px;
    }
    .conainbody.header-bottom.sticky {
        top: 46px;
        padding: 4px 0 !important;
    }
    .info-box-top .image-box {
        margin-top: -10%;
    }
    .social-media.justify-content-end {
        justify-content: center !important;
    }
    .review.justify-content-end {
        justify-content: center !important;
    }
    .social-icon.justify-content-end {
        justify-content: center !important;
    }
    .navbar {
        flex-wrap: nowrap;
        width: 100%;
    }
    .header-bottom h4 a{
        font-size: 26px;
        line-height: 32px;
    }
    .mymenu .logo-box img {
        width: 100px;
    }
    .row-message {
        padding-left: 0;
    }
    .middle {
        padding-left: 15px;
    }
    .info-box-middle {
        margin-bottom: 20px;
    }
    .info-box-bottom .upper-row {
        margin-bottom: 0px;
    }

    /************* search-master css start here ************/
    .master-name-text {
        text-align: left;
    }
    .master-name-text-middle.justify-content-start {
        justify-content: center !important;
    }
    .master-name-text-last.justify-content-start {
        justify-content: center!important;
    }
    .master-name-box .col-xl-4 {
        margin: 20px 0;
    }
    .review-box p {
        font-size: 18px;
        line-height: 23px;
    }
    .review-status li {
        font-size: 14px;
        line-height: 19px;
    }
    .banner h1 {
        font-size: 38px;
        line-height: 43px;
        margin-top: 0;
    }
    .medallist-banner-section h2{
        font-size: 38px;
        line-height: 43px;
        margin-top: 0;
    }
    .banner p {
        margin-bottom: 10px;
    }
    .service-box-bottom .para {
        padding-top: 150px;
    }
    .games-top .group-input {
        padding-right: 0;
        padding: 0 15px;
    }

    /***************** competition css start here **************/
    .like-share-section {
        justify-content: flex-start;
    }
    .answer .row .image-box {
        margin-bottom: 0;
    }
    .answer.answer-event .row .image-box {
        margin-bottom: 0;
    }
    .container {
        max-width: 100%;
    }
    .like-share-section {
        padding-right: 0;
    }
    .answer .row .image-box {
        text-align: center;
    }
    .answer .row .image-box {
        text-align: center;
    }
    .event-banner-section-box-text h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .event-banner-section-box-text p {
        font-size: 16px;
    }
    .event-banner-section-box-text p.bold-text {
        font-size: 25px;
        line-height: 30px;
    }
    ul.accordion-list li p.accordian-text {
        font-size: 16px;
        line-height: 21px;
    }
    .answer-text {
        padding-left: 15px;
    }
    ul.accordion-list li.active div.answer:last-child {
        padding-bottom: 0;
    }

    /* student-achievement css start here */

    .student-achievment-section-box-top {
        flex-direction: column;
    }
    .student-achievment-section-box-top {
        padding: 40px 0 40px;
    }
    .student-achievment-section-box-top .heading h3 {
        padding-bottom: 10px;
    }
    .student-list .image-box img {
        width: 135px;
    }
    .total-medals {
        margin-top: -50px;
    }
    .show-hidden-menu {
        padding: 0px 0px 0px 10px;
        margin-left: 0px;
    }
    .student-detail .col-student {
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .medal-detail-text p {
        margin-left: 10px;
    }
    ul.student-list li {
        padding: 0 10px 0 0;
    }
    .total-medals .medal-number {
        font-size: 20px;
        padding: 8px 8px 5px 8px;
    }
    .total-medals p {
        font-size: 17px;
    }
    .total-medals p {
        padding-left: 10px;
    }
    .medal-detail-text p {
        font-size: 15px;
        line-height: 30px;
    }
    .student-detail .image-box {
        margin-left: -80px;
    }
    ul.student-list {
        padding-left: 80px;
    }
    .medals-award-row {
        padding-left: 0;
    }
    .total-medals {
        padding-left: 30px;
    }
    /**************loginpage css start here************/
    p.password-forgot-text {
        margin: 0 0 0 10%;
    }
    h3.sign-in-title.forgot-password-title {
        padding-right: 32%;
    }
    p.forgot-text {
        margin: 0 0 0 19%;
    }
    .form-box {
        margin: 40px auto;
    }
    .sign-tab {
        padding-bottom: 50px;
    }
    .rating-reviews-section-inner-box-left {
        width: 100%;
        margin-bottom: 10px;
    }
    .banner {
        height: auto;
    }
    .pt-55 {
        padding-top: 15px;
    }
    /* section.home-search-section {
        margin-top: -50%;
    } */
}

@media all and (max-width:767px) {
    .master-searching .row .col-md-4::after {
        display: none;
    }
    .navbar-brand img {
        width: 180px;
    }
    .award-certification-section .award-last {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .rating-reviews-section-inner-box-right {
        width: 100%;
        padding-left: 0;
    }
    .copy-right {
        order: 2;
    }
    .copy-right p span{
        display: block;
    }
   
}

@media all and (max-width:575px) {
    .games-bottom-top {
        margin-bottom: 0;
    }
    .partners-gallery-box-top {
        margin-bottom: 0;
    }
    .partners-gallery-box-top-text {
        margin-bottom: 20px;
    }
    .footer .start {
        text-align: center;
        padding-top: 20px;
    }
    .footer .footer-box {
        text-align: center;
    }
    .footer .col-sm-6 .social {
        padding-top: 20px;
    }
    .footer .footer-box .services {
        padding-bottom: 20px;
    }
    .footer-box-last .privacy {
        justify-content: center !important;
    }
    .partner-slider .slick-prev {
        left: 80%;
    }
    .banner h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .medallist-banner-section h2 {
        font-size: 35px;
        line-height: 41px;
    }
    .banner p {
        font-size: 16px;
        line-height: 11px;
        font-weight: 400;
    }
    .banner p {
        font-size: 14px;
    }
    .header {
        padding: 15px 0;
    }
    .links {
        font-size: 14px;
    }
    .games {
        padding: 20px 0 20px;
    }
    .games-top .title {
        padding: 0 0 0 10px;
    }
    .service-box-top .para p {
        font-size: 16px;
        line-height: 23px;
    }
    .games-top .input-group {
        padding-bottom: 15px;
    }
    .banner {
        padding-top: 100px;
        padding-bottom: 40px;
    }
    .master-searching {
        padding-top: 40px;
    }
    .master-searching-box-top {
        padding: 40px 0 40px;
    }
    .master-searching .row .col-md-4 h5 {
        font-size: 24px;
        line-height: 30px;
    }
    .master-searching-box-top {
        padding: 20px 0 20px;
    }
    .master-searching .row .col-md-4 p {
        font-size: 16px;
        line-height: 21px;
        padding-top: 20px;
    }
    .master-searching-box {
        padding-bottom: 40px;
    }
    .master-searching .row .col-md-4 h5 {
        padding-bottom: 20px;
    }
    .master-searching-box-top .col-md-4 img {
        width: 40px;
    }
    .field-box-text {
        padding: 20px 20px 20px 20px;
    }
    .field-box-text .para p {
        font-size: 16px;
        line-height: 23px;
    }
    .field-box-text .heading h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .partners {
        padding-top: 40px;
    }
    .partners-box-top {
        padding-bottom: 20px;
    }
    .footer {
        padding: 20px 0 30px;
    }
    .social-icon.justify-content-start {
        justify-content: center !important;
    }
    .service-box-bottom .para p {
        font-size: 14px;
        line-height: 20px;
    }
    .service-box-bottom  a {
        padding: 40px 30px 200px;
    }
    .partners-gallery-box {
        padding: 25px 0 40px;
    }
    .slick-prev {
        left: 70%;
    }
    .service-box-top h5 {
        padding-bottom: 5px;
    }
    /****************coach.blade css start  **********************/
    .album-section .games-bottom-top h4 {
        padding-bottom: 20px;
    }
    .album-section .games-bottom-top h4 {
        font-size: 30px;
        line-height: 35px;
    }
    .info .info-box .box-top p {
        font-size: 26px;
    }
    .info .info-box .box-bott h4 {
        font-size: 14px;
    }
    .master-searching {
        padding-top: 20px;
    }
    .master-searching .row .col-md-4 h5 {
        font-size: 20px;
        line-height: 25px;
        padding-top: 20px;
    }
    .master-searching-box-top .col-md-4 img {
        width: 30px;
    }
    .self-defence-section {
        padding: 40px 0 40px;
    }
    .poster-inner {
        padding-top: 100px;
    }
    .info-box-top .information-text h4 {
        font-size: 30px;
        line-height: 35px;
    }
    .info-box-top .information-text p.degree {
        font-size: 20px;
        line-height: 25px;
    }
    .info-box-top .information-text ul li {
        font-size: 18px;
        line-height: 23px;
    }
    .info-box-top .information-text ul {
        padding-left: 0px;
    }
    .info-box-top .col-md-7 {
        justify-content: center;
    }
    .mymenu .logo-box img {
        width: 80px;
    }
    .header-bottom h4 a{
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 0;
    }
    .header-bottom .searchbar img {
        width: 30px;
    }
    .navbar .icon-bottom img {
        width: 30px;
    }
    .coach-degree .col-sm.text {
        margin-bottom: 20px;
    }
    .coach-degree .col-sm.text:last-child {
        margin-bottom: 0;
    }
    
    .award-certification-section .award-box {
        margin: 0 10px 20px;
    }
    .award-certification-section .award-box {
        flex-direction: column;
    }
    .card-body {
        text-align: center;
        padding-top: 20px;
    }
  
    .award-certification-section .card-title {
        font-size: 24px;
        line-height: 29px;
    }
    .award-certification-section .card-text.para {
        font-size: 14px;
        line-height: 20px;
    }
    .award-top {
        flex-direction: column;
    }
    .show-more-btn {
        margin-top: 0px;
    }
    .student-top {
        flex-direction: column;
    }
    .award-top {
        flex-direction: column;
    }
    .self-defence-top {
        flex-direction: column;
    }
    .slick-prev {
        left: 80%;
    }
    .self-defence-section .self-defence-section-box .self-defence-text {
        padding: 198px 20px 20px;
    }
    .service-box-top .column-butt {
        text-align: start;
    }
    .btn {
        padding: 19px 35px 20px 40px;
    }
    .coach-international {
        margin-top: 20px;
    }
    .priyakant-image {
        flex-direction: column;
    }
    .priyakant-image.align-items-start {
        align-items: center !important;
    }
    .right-coach {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .info-box-top .image-box {
        margin-top: 0;
    }
   
    .review {
        padding-right: 0;
        padding: 7px 0;
    }
    .right-coach .social-media {
        flex-wrap: wrap;
    }
    /********** search-master css start here ************/
    .social-icon.justify-content-start {
        justify-content: center !important;
    }
    .footer .footer-box .services {
        padding-bottom: 20px;
    }
    .service-box-bottom .para p {
        font-size: 14px;
        line-height: 20px;
    }
    .location-icon {
        background-position: 5% 50%;
        background-size: 4%;
    }
    .games-icon {
        background-position: 5% 50%;
        background-size: 4%;
    }
    .games-icon.icon-game {
        background-size: 3%;
    }
    .location-icon.icon-location {
        background-size: 3%;
    }
    /****************** competition css start here ******************/
    
    .competition-text-top h4 {
        font-size: 22px;
        line-height: 27px;
    }
    .competition-date p {
        font-size: 15px;
        line-height: 19px;
    }
    .event-banner-section {
        padding-top: 100px;
    }
    .competition-text-box img {
        width: 15px;
    }
    .like-share-section {
        padding-left: 0%;
    }
    .event-banner-section-box-text h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .competition-date p {
        font-size: 14px;
        line-height: 19px;
    }
    .event-banner-section-box-text p {
        font-size: 14px;
    }
    .event-banner-section-box-text p.bold-text {
        font-size: 20px;
        line-height: 25px;
    }
    .answer-text {
        padding-left: 0px;
        padding-right: 0;
        padding-top: 15px;

    }
    /***********student-achievement css start here**********************/
    .medals-award-row {
        padding-top: 20px;
    }
    .student-detail {
        text-align: center;
    }
    .medals-award-row .offset-3 {
        margin-left: 0;
    }
    .total-medals {
        margin-top: 0;
    }
    .medals-award-row .col-sm {
        margin-bottom: 20px;
    }
    .total-medals.justify-content-start {
        justify-content: center !important;
    }
    .total-medals-detail h4 {
        display: block;
        color: #BA0101;
        font-size: 16px;
        line-height: 21px;
        font-weight: 600;
        padding-left: 10px;
    }
    .answer .col-medals-number {
        margin-bottom: 30px;
    }
    ul.student-list {
        padding-left: 0px;
    }
    .student-detail .image-box {
        margin-left: 0px;
    }
    ul.student-list li {
        padding: 0 0 0 0;
    }
    .total-medals {
        padding-left: 0;
    }
    .album-section .album-box.album-box-student {
        padding: 60px 0 40px;
    }
    .self-defence-section.self-defence-student {
        padding: 40px 0 60px;
    }
    .sport-box {
        padding: 40px 40px 40px 40px;
    }
    .share-like-show-more .share_image {
        padding-right: 5px;
    }
    .navbar-brand img {
        width: 150px;
    }
    /********************signin page css start here***********/
    .form-box.registration-box {
        padding: 50px 0 60px;
    }
    .sign-tab {
        padding-bottom: 40px;
    }
    .form-box {
        padding: 40px 0 40px;
    }
    .form-box.form-forgot-password {
        padding: 40px 0;
    }
    .footer-box .services {
        padding-left: 0 !important;
    }
    .group-input {
        margin: 0 0;
    }
    .btn {
        padding: 12px 115px 12px 115px;
        margin-left: 15px;
        width: 100%;
    }
    .coach-detail-box {
        padding-bottom: 0 !important;
    }
    .banner {
        height: auto;
    }
}

@media all and (max-width:480px) {
    .info-box-top .image-box {
        margin-top: -30%;
        padding: 14px;
    }
    .info-box-top .information-text p {
        font-size: 11px;
        line-height: 16px;
    }
    .info-box-top .information-text h4 {
        font-size: 26px;
        line-height: 31px;
    }
    .info-box-top .information-text p.degree {
        font-size: 16px;
        line-height: 21px;
    }
    .info-box-top .information-text ul li {
        font-size: 14px;
        line-height: 19px;
    }
    .navbar {
        flex-wrap: wrap;
    }
    /*************competition css start here******************/
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    /************* search-master css start here**********/
    .games-icon {
        background-position: 7% 50%;
        background-size: 4%;
    }
    .location-icon {
        background-position: 7% 50%;
        background-size: 4%;
    }
    .sport-box {
        padding: 20px 20px 20px 20px;
    }
    .student-achievment-section-box {
        padding-bottom: 40px;
    }
    .album-section .album-box.album-box-student {
        padding: 40px 0 40px;
    }
    .self-defence-section.self-defence-student {
        padding: 40px 0 40px;
    }
    /********************forgot-password css start here**************/
    h3.sign-in-title.forgot-password-title {
        padding-right: 37%;
    }
    p.forgot-text {
        margin: 0 0 0 12%;
    }
    .login-btn {
        padding: 15px 120px;
    }
   
    ul.tabs li.link-two {
        padding: 0 0 0 0;
    }
    .loginpage-btn {
        padding: 21px 120px;
        font-size: 14px;
        line-height: 19px;
    }
    ul.tabs li {
        font-size: 14px;
        line-height: 19px;
    }
    .form-box.registration-box {
        padding: 40px 0 40px;
    }
    .rating-reviews-section-inner-box-right-top .title h4 {
        font-size: 16px;
        line-height: 21px;
    }
    .question-answer-box {
        padding-bottom: 20px;
    }
    .rating-reviews-section-inner-box-right-bottom h4 {
        font-size: 16px;
        line-height: 21px;
    }
    .rating-reviews-section-inner-box-right-bottom .input-style.input-style-big {
        padding: 21px 23px 80px;
    }
    .rating-reviews-section-inner-box-right {
        padding-right: 0;
    }
    .field-box-text {
        padding: 20px 0px 20px 0px;
    }
    a.col-sm-4.pb-4 {
        margin-bottom: 20px;
    }
    ul.accordion-list li {
        padding: 35px 20px 20px 20px;
    }
    a.col-sm-4.pb-4.popup-gallery-image {
        padding: 0;
    }
}

@media all and (max-width:479px) {
    .master-searching-box {
        padding-top: 0;
    }
    .btn.loginpage-btn {
        padding: 14px 110px;
    }
}
@media all and (max-width:400px) {
    .slick-arrow {
        right: 2%;
    }
    /*coach.blade css start here  */
    .review.pt-5 {
        padding-top: 1rem !important;
    }
    .navbar .icon {
        margin-left: 16px;
    }
    
    .logo-box {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .mr-auto,
    .mx-auto {
        margin-right: 0 !important;
    }
    .info-box-top .image-box img {
        width: 200px;
    }
    .info-box-top .information-text h4 {
        font-size: 30px;
        line-height: 35px;
    }
    .info-box-top .information-text p {
        font-size: 14px;
        line-height: 20px;
    }
    .info-box-top .information-text p.degree {
        font-size: 17px;
        line-height: 22px;
    }
    .review .rating {
        font-size: 24px;
        line-height: 29px;
    }
    .social-icon li a {
        font-size: 14px;
    }
    /***********competition css start here  ***********************/
    ul.accordion-list li h3 {
        font-size: 24px;
        line-height: 29px;
    }
    ul.accordion-list li p.accordian-text {
        font-size: 15px;
        line-height: 20px;
    }
    .competition-text-top h4 {
        font-size: 18px;
        line-height: 25px;
    }
    .slick-prev {
        left: 74%;
    }
    .partner-slider .slick-prev {
        left: 74%;
    }
    .location-icon.icon-location {
        background-size: 5%;
    }
    .games-icon.icon-game {
        background-size: 5%;
    }
    /**************student-achievement css start here***************/
    .belt-color-section {
        flex-direction: column;
    }
    .belt-color-section .images-color {
        margin-bottom: 15px;
    }
    .all-belt-btn {
        margin-bottom: 15px;
    }
    /****************signin page css start here*********/
    .login-btn {
        padding: 21px 120px;
        font-size: 14px;
        line-height: 19px;
    }
    .form-check-box {
        padding-right: 0;
    }
    .rating-reviews-section-inner-box-right-top .title h4 {
        padding-right: 10px;
        font-size: 14px;
        line-height: 21px;
    }
    .image-box3 {
        padding-right: 0;
    }
    .image-box3 img {
        max-width: 80px;
    }
    .rating-reviews-section-inner-box-right-bottom .input-style.input-style-big {
        padding: 21px 23px 60px;
    }
    .btn {
        margin-left: 0;
    }
    .banner {
        height: auto;
    }
}

@media all and (max-width:360px) {
    .sports-field-box .slick-prev {
        left: 70%;
    }
    .games-icon {
        background-size: 5%;
    }
    .games-icon.icon-game {
        background-position: 8% 50%;
    }
    .location-icon {
        background-size: 5%;
    }
    .location-icon.icon-location {
        background-position: 8% 50%;
    }
    .games-icon2 {
        background-position: 8% 50%;
    }
    .info .info-box .box-top p {
        font-size: 20px;
        line-height: 36px;
    }
    .footer-box-last .privacy li {
        padding-right: 6px;
    }
    .footer-box-last .privacy li::after {
        right: 0;
    }
    .service-box-bottom .para {
        padding-top: 100px;
    }
    .sports-field-box .slick-prev {
        left: 68%;
    }
    .partner-slider .slick-prev {
        left: 66%;
    }
    /*coach.blade css start here  */
    .highliter-text p {
        font-size: 18px;
        line-height: 25px;
    }
    .award-certification-section .award-top h4 {
        font-size: 30px;
        line-height: 35px;
    }
    .award-certification-section .award-top {
        padding-top: 40px;
    }
    .award-certification-section .award-last p {
        font-size: 14px;
        line-height: 21px;
    }
    .student-achievement-section .student-achievement-box h4 {
        padding-bottom: 0;
    }
    .poster-inner {
        padding-top: 150px;
    }
    .info-box-top .image-box {
        margin-top: -40%;
    }
    .sports-field-box .slick-prev {
        left: 62%;
    }
    .coach-info-right .social-media.justify-content-end {
        justify-content: flex-start !important;
    }
    .coach-info-right .social-media {
        padding-left: 8%;
    }
    /* search-master css */
    .text-master {
        padding: 10px 12px;
    }
    .master-name-text-middle {
        flex-direction: column;
    }
    .review-box p {
        font-size: 16px;
        line-height: 21px;
    }
    .service-box-bottom .para {
        padding-top: 100px;
    }
    .games-icon {
        background-position: 10% 50%;
    }
    .location-icon {
        background-position: 10% 50%;
    }
    /*************student-achievment css start here**************/
    /* .logo-box {
        margin-left: 65px;
    } */

    /************sign-in page css start here*******/
    
    .login-btn {
        padding: 15px 98px;
    }
    .login-bottom {
        padding-left: 0;
    }
    .loginpage-btn {
        padding: 16px 90px;
    }
    /******************forgot-password css start here************/
    h3.sign-in-title.forgot-password-title {
        padding-right: 23%;
    }
    ul.tabs li.link-two {
        padding: 0 0 0 0;
    }
    p.forgot-text {
        margin: 0 0 0 16%;
    }
    .btn.loginpage-btn {
        padding: 14px 90px;
    }

}
.tab-contentx>.tab-pane {
    display: none;
}
.tab-contentx>.active {
    display: block;
}

/******************** about page css start here ********************************/
.banner .about-text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}
h2.title {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    font-family: 'Rajdhani';
}
.coach-detail-section {
    background-color: #000000;
    padding: 71px 0 29px;
}
.detail-box {
    padding-bottom: 75px;
}
.detail-box:last-child {
    padding-bottom: 0;
}
.detail-box p.title-text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding-top: 20px;
}
.master-searching.master-searching-about {
    padding-top: 40px;
}
.master-registration-box h5 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
    padding-bottom: 20px;
}
.free-regi-btn {
    background-color: #000000;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    padding: 9px 14px 10px 14px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
}
.free-regi-btn:hover {
    background-color: #BA0101;
    color: #fff;
}
.free-regi-btn img {
    padding: 0 0 3px 9px;
}
/**************************review page ********************/
.testimonials-section {
    padding: 47px 0 95px;
}
.testimonials-section-inner .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}
.testimonials-section-inner .heading h4 {
    font-family: 'Rajdhani';
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    color: #242424;
}
.testimonials-section-inner .testimonial-box {
    background-color: #EBEBEB;
    padding: 30px;
    margin-bottom: 30px;
}
.testimonials-section-inner .testimonial-box .img-box img {
    max-width: 56px;
    border-radius: 50%;
}
.testimonials-section-inner .testimonial-box .text-big {
    padding-top: 15px;
}
.testimonials-section-inner .testimonial-box .text-big p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
}
.testimonials-bottom {
    padding-top: 10px;
}
.testimonials-bottom-sec .tex-number p {
    padding-right: 16px;
    font-size: 38px;
    line-height: 50px;
    font-weight: 300;
    color: #242424;
}
.testimonials-bottom-first .tex-bg p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    padding-bottom: 2px;
    color: #000000;
}
.testimonials-bottom-first .tex-sm p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
}
.testimonials-bottom-sec-right .text-vsm p {
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    color: #242424;
}
.testimonials-bottom-sec-right .image-box {
    padding-top: 8px;
}
.testimonials-bottom-sec-right .image-box img {
    max-width: 31px;
}

.show-more-btn button {
    background-color: #DA2128;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s;
    padding: 43px 19px 47px 18px;
    border-radius: 100px;
    color: #ffffff;
    text-decoration: none;
    border: none;
}
.show-more-btn button:hover {
    color: #000000;
}
.show-more-btn span {
    font-weight: 700;
    display: block;
}
.show-more-btn button::after {
    position: absolute;
    content: "";
    background-image: url(../images/arrow_to_down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 19px;
    bottom: 12px;
    right: 50px;
}

.medals-slider {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
 
.medals-slider .sport-boxx {
    overflow: hidden;
    border-radius: 10px;
}
 
.medals-slider .sport-boxx img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
 
.medals-slider .slick-dots {
    position: static;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 10px 0 0 0;
    padding: 0;
    background: transparent;
    list-style: none;
}
 
.medals-slider .slick-dots li {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}
 
.medals-slider .slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-indent: -9999px;
}
 
.medals-slider .slick-dots li button::before {
    content: '';
}
 
.medals-slider .slick-dots li.slick-active button {
    background: #BA0101;
    transform: scale(1.35);
}
 
.medals-slider .slick-dots li button:hover {
    background: rgba(255, 255, 255, 0.75);
}
 
@media (max-width: 768px) {
    .medals-slider .sport-boxx img {
        height: 200px;
    }
    .medals-slider .slick-dots {
        margin-top: 8px;
        gap: 6px;
    }
    .medals-slider .slick-dots li button {
        width: 6px;
        height: 6px;
    }
}

/*********************************award page css start here***************************/
.award-section {
    padding: 28px 0 50px;
}
.award-section .button-group .group-btn {
    border: 1px solid #030303;
    padding: 5px 31px;
    border-radius: 16px;
    text-decoration: none;
    margin-right: 10px;
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
}
.award-section .button-group .group-btn:hover {
    background-color: #D9D9D9;
}
.award-section .button-group .group-btn:last-child {
    margin-right: 0;
}
.award-section .heading h3 {
    font-family: 'Rajdhani';
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    color: #000000;
}
.award-section .award-section-box-bottom .award-box {
    background-color: #EBEBEB;
    border-radius: 10px;
    padding: 57px 55px 63px 52px;
    margin-bottom: 30px;
}
.award-section .award-section-box-bottom .award-box:last-child {
    margin-bottom: 0;
}
.award-section .award-section-box-bottom {
    padding-top: 20px;
}
.award-section .award-box-right {
    padding: 0;
    padding-top: 20px;
}
.award-section .right-top-right .like-btn {
    padding-right: 11px;
    transition: all 0.5s;
}
.award-section .right-top-right .like-btn img:hover {
    transform: scale(1.3);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.award-section .right-top-right .share-btn img:hover {
    transform: scale(1.3);
    transition: all 0.5s ease-in-out;
}
.award-section .award-box-right .text-sm p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #000000;
}
.award-section .award-box-right .text-big p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #888585;
}
.award-section .award-box-right .award-category p,  .award-section .award-box-right .award-location p{
    font-size: 12px;
    line-height: 8px;
    color: #888585;
    font-family: 'Roboto', sans-serif;
}
.award-section .award-box-right .award-category h5, .award-section .award-box-right .award-location h5{
    font-size: 16px;
    line-height: 19px;
    color: #000;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}
.award-section .award-box-right .award-category h5 img, .award-section .award-box-right .award-location h5 img{
  max-width: 15px;
}
.award-section .award-box-right .right-bottom {
    padding-top: 17px;
}
.award-section .award-box-right .right-bottom p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #888585;
}
.award-section-box-end {
    text-align: center;
}
.award-section-box-end .show-more {
    background-color: #BA0101;
    border-radius: 60px;
    padding: 46px 18px 46px 12px;
    margin-top: 34px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.award-section-box-end .show-more:hover {
    background-color: #000000;
}
.award-section-box-end .show-more::after {
    position: absolute;
    content: '';
    background-image: url(../../images/down_arrow.svg);
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    bottom: 20%;
    right: 46%;
}
.right-bottom-last-left-top p {
    font-size: 12px !important;
    line-height: 8px !important;
    font-weight: 400 !important;
    padding-bottom: 6px;
    text-align: center;
}
.right-bottom-last-left-bottom .text-box p {
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: 500 !important;
    color: #242424 !important;
}
.right-bottom-last {
    padding-top: 14px;
    max-width: 340px;
}
.right-bottom-last-left-bottom .icon-box {
    padding-right: 7px;
}
/*********************forgot password css start here*****************/
.forgot-password-section {
    background-color: #000000;
}
.forgot-password-section .forgot-password-box {
    padding: 15% 0;
}
.forgot-password-box .card {
    background-color: #EBEBEB;
    padding: 60px 0;
    border-radius: 10px;
}
.forgot-password-box .card-header {
    background-color: #EBEBEB;
    border-bottom: none;
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #BA0101;
    text-transform: uppercase;
}
.forgot-password-box .form-control {
    border: 1px solid #C4C4C4;
    border-radius: 46px;
    background-color: #F4F4F4;
}
.forgot-password-box .text-md-right {
    color: #000000;
    font-family: 'Roboto';
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}
.forgot-password-box .btn-primary {
    background-color: #BA0101;
    border: 1px solid #BA0101;
    border-radius: 50px;
    padding: 16px 60px;
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
}
.contactus-section {
    background-color: #BA0101;
    position: relative;
    z-index: -1;
}
.contactus-section .contactus-section-box {
    padding: 177px 0 100px;
}
.contactus-section-box p {
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
}
.contactus-section-box h1 {
    font-family: 'Rajdhani';
    font-size: 72px;
    line-height: 82px;
    font-weight: 700;
}
.rating-reviews-section-inner-box-right-bottom .input-style.input-style-contact {
    background-color: transparent;
    margin-bottom: 0;
}
.rating-reviews-section.rating-reviews-section-contact {
    background-color: #F7F7F7;
}
.question-answer-box-contact h6 {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 17px;
    color: #888585;
}
.question-answer-box-contact p {
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
}
.question-answer-box-contact a {
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
    transition: 0.5s;
}
.question-answer-box-contact a:hover{
    color: #DA2128;
    text-decoration: underline;
    transition: 0.5s;
}
.rating-reviews-section-inner-box-right-bottom .input-style-contact.input-style-big {
    padding: 21px 23px 92px;
}
.competition-accordian.competition-accordian-faq {
    background-color: #F7F7F7;
}
ul.accordion-list.accordion-list-faq li div.answer {
    border-top: none;
    padding: 10px 0 0;
}
ul.accordion-list.accordion-list-faq li h3 {
    font-size: 30px;
    color: #242424;
}
ul.accordion-list.accordion-list-faq li {
    background-color: #EBEBEB;
}
ul.accordion-list.accordion-list-faq li p.accordian-text {
    font-size: 18px;
    padding-bottom: 0;
    color: #000000;
}
ul.accordion-list.accordion-list-faq li h3:after {
    background-image: url(../../images/arrow_down_red.svg);
}
ul.accordion-list.accordion-list-faq li {
    padding: 25px 55px 25px 48px;
}
.event-banner-section-box-text-faq h3 {
    font-family: 'Rajdhani';
    font-size: 72px;
    line-height: 82px;
    font-weight: 700;
    color: #fff;
}
.event-banner-section.event-banner-section-faq {
    padding-bottom: 100px;
    padding-top: 177px;
}
ul.accordion-list-faq li h3:after {
    top: 24px;
}
@media all and (max-width:1400px) {
    /*******************faq page css start here****************************/
    .event-banner-section.event-banner-section-faq {
        padding-bottom: 50px;
        padding-top: 100px;
    }
    .event-banner-section-box-text-faq h3 {
        font-size: 60px;
        line-height: 65px;
    }
    ul.accordion-list.accordion-list-faq li h3 {
        font-size: 24px;
        line-height: 30px;
    }
    ul.accordion-list.accordion-list-faq li p.accordian-text {
        font-size: 15px;
        line-height: 21px;
    }
    /***********************contactus page css start here**************/
    .contactus-section-box p {
        font-size: 16px;
        line-height: 21px;
    }
    .contactus-section-box h1 {
        font-size: 60px;
        line-height: 65px;
    }
    .contactus-section .contactus-section-box {
        padding: 150px 0 50px;
    }
    .question-answer-box-contact h6 {
        font-size: 16px;
        line-height: 21px;
    }
    .question-answer-box-contact p {
        font-size: 16px;
        line-height: 26px;
    }
    .question-answer-box-contact a {
        font-size: 16px;
        line-height: 26px;
    }
    .rating-reviews-section-inner-box-right-bottom .input-style.input-style-contact {
        padding: 21px 23px 40px;
    }
}

@media all and (max-width:1210px) {
    /*******************faq page css start here****************************/
    .event-banner-section-box-text-faq h3 {
        font-size: 45px;
        line-height: 50px;
    }
    ul.accordion-list.accordion-list-faq li h3 {
        font-size: 22px;
        line-height: 27px;
    }
    /***********************contactus page css start here**************/
    .rating-reviews-section-contact .send-btn {
        margin-right: 18%;
    }
    .contactus-section-box p {
        font-size: 14px;
        line-height: 19px;
    }
    .contactus-section-box h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .contactus-section .contactus-section-box {
        padding: 120px 0 50px;
    }
    /*************************about-us page css start here*******************/
    .banner .about-text {
        font-size: 18px;
        line-height: 23px;
    }
    h2.title {
        font-size: 35px;
        line-height: 40px;
    }
    .detail-box p.title-text {
        font-size: 18px;
        line-height: 23px;
    }
    .detail-box {
        padding-bottom: 60px;
    }
    .heading h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .master-registration-box h5 {
        font-size: 28px;
        line-height: 33px;
    }
    .coach-detail-section {
        padding: 50px 0 50px;
    }
    /************************award page css start here*********************/
    .award-section .heading h3 {
        font-size: 35px;
        line-height: 40px;
    }
    /* .award-section .award-box-right .text-big p {
        font-size: 26px;
        line-height: 31px;
    } */
    /********************review page css start here*****************/
    .testimonials-section-inner .heading h4 {
        font-size: 35px;
        line-height: 40px;
    }
    .testimonials-section {
        padding: 40px 0 70px;
    }
    .testimonials-section-inner .testimonial-box {
        padding: 40px 20px 40px;
    }
    .testimonials-section-inner .testimonial-box .text-big p {
        font-size: 18px;
        line-height: 27px;
    }
    .testimonials-bottom {
        padding-top: 20px;
    }
    .testimonials-bottom-first .tex-bg p {
        font-size: 18px;
        line-height: 23px;
    }
    .testimonials-bottom-first .tex-sm p {
        font-size: 13px;
        line-height: 19px;
    }
    .testimonials-bottom-sec .tex-number p {
        padding-right: 16px;
        font-size: 28px;
    }
}

@media all and (max-width:1023px) {
    /***********************contactus page css start here**************/
    .rating-reviews-section-inner-box-right.rating-reviews-section-inner-box-right-contact {
        padding-right: 0;
        padding-left: 10px;
    }
    .question-answer-box-contact h6 {
        font-size: 14px;
        line-height: 19px;
    }
    .question-answer-box-contact p {
        font-size: 14px;
        line-height: 25px;
    }
    .question-answer-box-contact a {
        font-size: 14px;
        line-height: 25px;
    }
    .question-answer-box-contact {
        padding-bottom: 10px;
    }
    .rating-reviews-section-inner-box-right-bottom .input-style.input-style-contact {
        padding: 21px 23px 28px;
    }
    .rating-reviews-section-inner-box-left-contact {
        margin-bottom: 0;
    }
    .rating-reviews-section-contact .send-btn {
        margin-right: 0%;
        margin-left: 16%;
    }
    .master-searching-box {
        padding-top: 0;
    }
    h2.title {
        font-size: 30px;
        line-height: 35px;
    }
    /******************about-us page css start here**********/
    .banner p {
        font-size: 16px;
        line-height: 20px;
    }
    .banner .about-text {
        font-size: 16px;
        line-height: 22px;
    }
    .detail-box {
        padding-bottom: 50px;
    }
    .coach-detail-box {
        padding-bottom: 40px;
    }
    .master-registration-box h5 {
        font-size: 24px;
        line-height: 29px;
    }
    .free-regi-btn {
        font-size: 14px;
    }
    /************************review page css start here**************/
    .testimonials-section-inner .testimonial-box .text-big p {
        font-size: 16px;
        line-height: 24px;
    }
    .testimonials-bottom-sec .tex-number p {
        padding-right: 10px;
    }
    .testimonials-section-inner .heading h4 {
        font-size: 30px;
        line-height: 35px;
    }
    .testimonials-bottom-sec .tex-number p {
        font-size: 22px;
        line-height: 27px;
    }
    .testimonials-bottom-first .tex-bg p {
        font-size: 17px;
    }
    .testimonials-bottom-sec-right .image-box img {
        max-width: 80px;
    }
}

@media all and (max-width:767px) {
    .event-banner-section.event-banner-section-faq {
        padding-bottom: 30px;
        padding-top: 60px;
    }
    ul.accordion-list.accordion-list-faq li p.accordian-text {
        font-size: 14px;
        line-height: 21px;
    }
    /***********************contactus page css start here**************/
    .rating-reviews-section.rating-reviews-section-contact {
        margin: 0 0;
        padding: 20px 15px;
    }
    .rating-reviews-section-inner-box-right.rating-reviews-section-inner-box-right-contact {
        padding-left: 0;
    }
    .rating-reviews-section-contact .send-btn {
        margin-left: 0;
    }
    .input-notification-box-contact {
        padding-top: 10px;
    }
    /*******************aboutus page css start here***********/
    .banner p {
        font-size: 14px;
    }
    .banner .about-text {
        font-size: 14px;
        line-height: 20px;
    }
    .coach-detail-section {
        padding: 40px 0 40px;
    }
    .detail-box p.title-text {
        font-size: 14px;
        line-height: 20px;
    }
    .detail-box {
        padding-bottom: 40px;
    }
    .master-registration-box h5 {
        font-size: 22px;
        line-height: 28px;
    }
    /************************award page css start here*********************/
    .award-section .heading h3 {
        font-size: 26px;
        line-height: 32px;
    }
    /* .award-section .award-box-right .text-big p {
        font-size: 22px;
        line-height: 27px;
    } */
    .award-section .award-box-right .right-bottom p {
        font-size: 16px;
        line-height: 22px;
    }
    .award-section {
        padding: 20px 0 20px;
    }
    /***********************review page css start here*******************/
    .show-more-btn button {
        padding: 33px 15px 35px 13px;
        font-size: 12px;
    }
    .show-more-btn button::after {
        right: 42px;
    }
    .testimonials-section {
        padding: 20px 0 40px;
    }
}

@media all and (max-width:479px) {
    ul.accordion-list.accordion-list-faq li {
        padding: 20px 15px 20px 15px;
    }
    ul.accordion-list.accordion-list-faq li h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .competition-accordian.competition-accordian-faq {
        padding: 50px 0 20px;
    }
    .rating-reviews-section-inner-contact .heading h3 {
        font-size: 18px;
        line-height: 23px;
    }
    .contactus-section .contactus-section-box {
        padding: 70px 0 30px;
    }
    .form-box .current {
        padding: 0 20px;
    }
    /*****************aboutus page css start here*******************/
    .coach-detail-box {
        padding-bottom: 20px;
    }
    .master-searching.master-searching-about {
        padding-top: 20px;
    }
    .heading h2 {
        font-size: 30px;
        line-height: 35px;
    }
    /************************award page css start here*********************/
    .award-section .award-box-right .right-bottom p {
        font-size: 14px;
        line-height: 20px;
    }
    /**********************review page css start here***********************/
    .testimonials-section-inner .testimonial-box {
        padding: 20px 10px 20px;
    }
    .testimonials-section-inner .testimonial-box .text-big p {
        font-size: 14px;
        line-height: 22px;
    }
    .testimonials-bottom-first .tex-sm p {
        font-size: 11px;
        line-height: 16px;
    }
    .testimonials-bottom-first .tex-bg p {
        font-size: 14px;
        line-height: 20px;
    }
    .testimonials-bottom {
        padding-top: 5px;
    }
    .testimonials-bottom-sec-right .image-box img {
        max-width: 60px;
    }
}

@media all and (max-width:360px) {
    ul.accordion-list.accordion-list-faq li h3 {
        font-size: 19px;
        line-height: 24px;
    }
    .master-registration-box {
        padding: 0 20px;
    }
}

/*********************************privacy and term page css start here******************/
.term-privacy-section h1 {
    font-family: 'Roboto';
    font-size: 72px;
    line-height: 82px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #fff;
}
.term-privacy-section h2 {
    font-family: 'Roboto';
    font-size: 65px;
    line-height: 70px;
    font-weight: 600;
    color: #fff;
}
.term-privacy-section h3 {
    font-family: 'Roboto';
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    margin-bottom: 20px;
}
.term-privacy-section span {
    color: #fff !important;
}
.term-privacy-section h4 {
    font-family: 'Roboto';
    font-size: 28px;
    line-height: 35px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    margin-bottom: 20px;
}
.term-privacy-section p {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    
}
.term-privacy-section ul li {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    list-style-position: inside;
    color: #fff;
}
.term-privacy-section a {
    color: #DA2128;
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
@media all and (max-width:1023px) {
    .term-privacy-section h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .term-privacy-section h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .term-privacy-section h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .term-privacy-section h4 {
        font-size: 26px;
        line-height: 31px;
    }
    .term-privacy-section p {
        font-size: 16px;
        line-height: 21px;
    }
    .term-privacy-section ul li {
        font-size: 16px;
        line-height: 21px;
    }
    .term-privacy-section a {
        font-size: 16px;
        line-height: 21px;
    }
}
@media all and (max-width:600px) {
    .term-privacy-section h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .term-privacy-section h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .term-privacy-section h3 {
        font-size: 20px;
        line-height: 27px;
    }
    .term-privacy-section h4 {
        font-size: 18px;
        line-height: 23px;
    }
    .term-privacy-section p {
        font-size: 14px;
        line-height: 19px;
    }
    .term-privacy-section ul li {
        font-size: 14px;
        line-height: 19px;
    }
    .term-privacy-section a {
        font-size: 14px;
        line-height: 19px;
    }
}
.footer-box .services {
    padding-left: 16%;
}
@media all and (max-width:1400px) {
    .award-box-slider .slick-prev {
        left: 84%;
    }
    .award-certification-section .award-image {
        padding-left: 0;
    }
    .award-box-slider .award-box .card-body {
        padding-right: 0;
    }
    .award-certification-section .award-bottom .award-text {
        padding-left: 10px;
    }
    .belt::before {
        top: 9px;
    }
}
@media all and (max-width:1199px) {
    .footer-box .services {
        padding-left: 14%;
    }
    .award-certification-section .award-top {
        padding-top: 40px;
    }
    .award-box-slider .slick-prev {
        left: 81%;
    }
    
}
@media all and (max-width:1023px) {
    .footer-box .services {
        padding-left: 11%;
    }
    .award-box-slider .slick-prev {
        left: 76%;
    }
    .games-bottom-top {
        margin-bottom: 0;
    }
    .self-defence-section {
        padding: 0px 0 50px;
    }
}
@media all and (max-width:767px) {
    .belt::before {
        top: 7px;
    }
    .award-top {
        align-items: flex-start !important;
    }
    .award-box-slider .slick-prev {
        left: 71%;
    }
    .pb-4 {
        padding-bottom: 0 !important;
    }
    .award-certification-section .award-bottom .award-text {
        padding-left: 0;
        padding-top: 20px;
    }
    .award-certification-section .card-title {
        min-height: 0;
    }
}
@media all and (max-width:479px) {
    .slick-arrow {
        right: 2%;
        top: -11%;
    }
    .award-box-slider .slick-prev {
        width: 61px;
        height: 40px;
    }
}
@media all and (max-width:360px) {
    .award-box-slider .slick-prev {
        left: 58%;
    }
}
.student-profile-section {
    background-color: #000000;
    padding-top: 289px;
}
.pt-25 {
    padding-top: 25px;
}
.personal-information .edit-btn {
    background-color: #D9D9D9;
    border: 1px solid #030303;
    padding: 5px 18px 5px 21px;
    border-radius: 16px;
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    transition: all 0.5s ease-in-out;
}
.personal-information .edit-btn:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}
.contact-information p,
.personal-information-box h6 {
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #555555;
}
.contact-information a,
.personal-information-box p {
    font-family: 'Roboto';
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 400 !important;
    color: #000000;
}
.personal-information-box {
    padding-right: 61px;
}
.personal-information-box:last-child {
    padding-right: 0;
}
.personal-information-box h6 {
    padding-bottom: 3px;
}
.sports-field-slider .slick-arrow {
    background-image: url(../../images/arrow_to_right_white.svg);
    width: 19px;
    height: 12px;
    position: absolute;
    background-repeat: no-repeat;
    top: 80%;
    right: 10%;
    z-index: 1;
    transform: rotate(0);
}
.sports-field-slider .slick-prev {
    background-image: url(../../images/arrow_to_left_white.svg);
    left: 75%;
    z-index: 1;
    top: 80%;
    transform: rotate(0);
}
.partner-slider .slick-prev{
    background-image: url(../../images/arrow_to_left_white.svg);
    transform: rotate(0);
}
.partner-slider .slick-next{
    transform: rotate(0);
}
.sport-box {
    position: relative;
}
.info-box-bottom.student-profile-bottom {
    padding-top: 40px;
}
.award-box-slider .slick-track {
    display: flex !important;
}
.award-box-slider .slick-slide {
    height: inherit !important;
}
.sports-field-slider .slick-track {
    display: flex !important;
}
.sports-field-slider .slick-slide {
    height: inherit !important;
    
}
.coach-header .navbar .container {
    justify-content: flex-start;
}
.coach-header .navbar-brand {
    display: inline-block;
    width: auto;
}
.coach-header .coach-menu {
    width: calc(100% - 183px);
    padding-left: 35px;
    text-align: right;
}
.coach-header .navbar {
    justify-content: flex-end;
}
.review-box-main {
    display: none;
}

@media all and (max-width:1210px) {
    .contact-information a,
    .personal-information-box p {
        font-size: 18px !important;
        line-height: 23px !important;
    }
}

@media all and (max-width:1023px) {
    .contact-information a,
    .personal-information-box p {
        font-size: 16px !important;
        line-height: 22px !important;
    }
}

@media all and (max-width:767px) {
    .personal-information {
        flex-direction: column;
    }
    .personal-information.justify-content-between {
        justify-content: flex-start !important;
    }
    .personal-information.align-items-end {
        align-items: flex-start !important;
    }
    .personal-information .edit-button {
        margin-top: 30px;
    }
}

@media all and (max-width:360px) {
    .contact-information a,
    .personal-information-box p {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .personal-information-box {
        padding-right: 40px;
    }
}

@media all and (max-width:1210px) {
    .info-box-top.info-box-top-student .image-box img {
        width: 230px;
    }
    .student-profile-section {
        padding-top: 200px;
    }
}

@media all and (max-width:767px) {
    .student-profile-section {
        padding-top: 130px;
    }
}

@media all and (max-width:360px) {
    .student-profile-section {
        padding-top: 90px;
    }
}
.edit-profile-section {
    background-color: #F7F7F7;
}
.edit-profile-section-box {
    width: 100%;
}
.edit-profile-section-box-left {
    width: 30%;
}
.edit-profile-section-box-right {
    width: 70%;
}
.edit-profile-section-box {
    padding: 50px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.edit-form-detail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 30px;
}
.edit-half-box-box {
    width: 48%;
    overflow: hidden;
    display: inline-block;
}
.input-style-edit {
    width: 100%;
    margin-bottom: 20px;
    background-color: #EBEBEB;
    border-radius: 5px;
    border: 0.6px solid #707070;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    padding: 10px;
}
.input-style-edit::placeholder {
    font-size: 14px !important;
    color: #000000;
    line-height: 20px;
    font-weight: 400;
}
.edit-profile-section-box-right .save-btn {
    background-color: #BA0101;
    color: #fff;
    padding: 12px 60px;
    border-radius: 40px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 23px;
    font-weight: 500;
    transition: all 0.5s;
}
.edit-profile-section-box-right .save-btn:hover {
    background-color: #000;
}
.edit-profile-section-box-left #uploadedImage {
    border-radius: 100px;
    max-width: 170px;
    height: 180px;
    position: relative;
}
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}
.avatar-upload .avatar-edit {
    margin-top: 20px;
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 10px 20px;
    background-color: transparent;
    color: #000;
    border-radius: 10px;
}
.avatar-upload .avatar-edit label {
    margin-bottom: 0;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.change-password-section {
    padding: 50px 0;
}
.change-password-section-inner {
    max-width: 600px;
    margin: 0 auto;
}
.change-password-section-inner .submit-button button {
    background-color: #BA0101;
    color: #fff;
    border-radius: 10px;
    padding: 15px 60px;
    display: inline-block;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    transition: all 0.5s;
    border: none;
}
.change-password-section-inner .submit-button button:hover {
    background-color: #fff;
    color: #000;
}
.change-password-section-inner .form-group {
    margin-bottom: 0;
}
.mt-25 {
    margin-top: 25px;
}
.pt-55 {
    padding-top: 55px;
}
.pr-15 {
    padding-right: 15px !important;
}
.change-password-section-inner #eyeicon,
.change-password-section-inner #eyeicon1,
.change-password-section-inner #eyeicon2 {
    position: absolute;
    top: 13px;
    right: 15px;
    width: 100%;
    max-width: 18px;
    height: auto;
}
.change-password-section-inner .open-eye {
    visibility: hidden;
}

@media all and (max-width:1210px) {
    .edit-half-box-box {
        width: 47%;
    }
}

@media all and (max-width:1023px) {
    .avatar-upload .avatar-edit {
        font-size: 16px;
        line-height: 21px;
        padding: 10px 14px;
    }
    .edit-profile-section-box-right .save-btn {
        padding: 12px 40px;
        font-size: 14px;
        line-height: 19px;
    }
    .contactus-section-box h1 {
        font-size: 40px;
        line-height: 45px;
    }
}

@media all and (max-width:767px) {
    .edit-profile-section-box {
        flex-direction: column;
    }
    .edit-profile-section-box-left {
        width: 100%;
    }
    .edit-profile-section-box-right {
        width: 100%;
    }
    .edit-half-box-box {
        width: 100%;
    }
    .save-button.text-right {
        text-align: center !important;
    }
    .edit-profile-section-box {
        padding: 0 0 40px;
    }
    .contactus-section-box h1 {
        font-size: 35px;
        line-height: 40px;
    }
}
.position-fixed {
    z-index: 2;
}
.main-wrapper {
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: inherit;
    min-height: 100%;
}
.event {
    display: inline-block;
    width: 100%;
}
.page-app {
    position: relative;
    width: 100%;
}
body {
    background-color: #000;
}
/* width */
body::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}
/* Track */
body::-webkit-scrollbar-track {
    box-shadow: unset;
    border-radius: 0px;
    background-color: transparent;
}
/* Handle */
body::-webkit-scrollbar-thumb {
    background: #BA0101;
    border-radius: 10px;
}
/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
    background: #BA0101;
}
/* * {
    box-sizing:border-box;
    cursor:none;
}
.cursor{
    width: 2rem;
    height: 2rem;
   
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transform-origin: 100% 100%;
    
    z-index: 11;
}
.cursor-dot {
    width: 2rem;
    height: 2rem;
   
    border-radius: 50%;
    position:absolute;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transform-origin: 100% 100%;

    z-index: 11;
}
.cursor-dot {
  width: 8px;
  height: 8px;
  background-color: #BA0101;
} */
.tab-contentx .popup-gallery {
    width: 100%;
    /* gap: 22px; */
}
/* .tab-contentx .games-bottom-top-image-box.album-overlay {
    width: 49%;
} */
.tab-contentx a .games-bottom-top-image-box.album-overlay {
    width: 100%;
}
.award-section .award-section-box-bottom .award-box.award-box-event {
    background-color: #000;
}
ul.accordion-list li.events {
    background-color: #000;
    padding: 0;
    margin: 0;
}
.award-section .award-section-box-bottom .award-box.award-box-event {
    padding: 20px 30px 20px 30px;
}
ul.accordion-list li div.answer.answer-event {
    border-top: none;
    display: block !important;
    padding: 0;
}
.award-section ul.accordion-list li div.answer.answer-event {
    padding: 30px 0 30px;
    height: auto;
}
.award-section {
    background-color: #ffff;
}
.answer-text.answer-text-event {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
ul.accordion-list li div.answer.answer-event .image-box img {
    max-width: 206px;
}
@media all and (max-width:1199px) {
    .award-section .award-section-box-bottom .award-box.award-box-event {
        padding: 20px 30px 20px 30px;
    }
    .upper-row .text-box {
        padding: 40px 0 51px 40px;
        min-height: 175px;
    }
}
@media all and (max-width:1023px) {
    .award-section .award-section-box-bottom .award-box.award-box-event {
        padding: 30px 30px 30px 30px;
    }
    .sports-field-slider .slick-prev {
        left: 80%;
    }
}
@media all and (max-width:767px) {
    .award-section .award-section-box-bottom .award-box.award-box-event {
        padding: 20px 20px 30px 20px;
    }
    .sports-field-slider .slick-prev {
        left: 75%;
    }
}
@media all and (max-width:479px) {
    .sports-field-slider .slick-prev {
        left: 70%;
    }
}
.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    margin-bottom: 5px;
    border-radius: 50px;
    background-color: #fff;
}
.navbar-toggle .icon-bar:last-child {
    margin-bottom: 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
}
@media all and (max-width:767px) {
    .navbar-toggle {
        display: block;
    }
    .navbar li {
        padding-bottom: 20px;
    }
    .navbar-nav li:last-child {
        padding-bottom: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link.menu-bar {
        padding: 0 0 0px;
        font-size: 20px;
        line-height: 25px;
        font-weight: 700;
        width: fit-content;
    }
    .navbar-nav {
        background-color: rgba(0, 0, 0, 0.9);
        height: 100vh;
        z-index: 9;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        transition: all 0.5s;
        width: 100%;
    }
    .navbar {
        padding: 0;
    }
    .navbar-brand.logo {
        padding-bottom: 20px;
        padding-left: 20px;
    }
    .navbar-default .navbar-toggle {
        padding-bottom: 30px;
    }
    .sticky.header .navbar-brand.logo {
        padding: 10px 0 10px 10px;
    }
    .sticky.header .navbar-default .navbar-toggle {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .sticky.header {
        padding: 0;
    }
}
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-toggle .icon-bar {
    transition: all 0.15s;
}
.navbar-toggle .icon-bar:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggle .icon-bar:nth-child(3) {
    opacity: 0;
}
.navbar-toggle .icon-bar:nth-child(4) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .icon-bar:nth-child(2),
.navbar-toggle.collapsed .icon-bar:nth-child(4) {
    transform: rotate(0);
}
.navbar-toggle.collapsed .icon-bar:nth-child(3) {
    opacity: 1;
}
.register-form {
    max-width: 326px;
    margin: 0 auto;
}
.register-form p a{
    color: #BA0101;
}
.register-form p a:hover{
    text-decoration: underline;
}
.submit-div {
    text-align: center;
}
.signin-form .form-group {
    margin-bottom: 0;
}
.remember-forgot {
    max-width: 280px;
    margin: 20px auto;
}
.phone-number-box .number-box {
    height: inherit;
    padding: 0;
    display: flex;
    position: relative;
    width: 90px;
    background-color: #BA0101;
    padding: 14px 5px;
    border-radius: 30px;
}
.number-box select {
    appearance: none;
    background-color: transparent;
    border: none;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    background-image: url(../../images/select_dropdown.svg);
    background-repeat: no-repeat;
    background-position: 105% 0px;
    background-size: 18px;
    padding: 0 20px;
    color: #fff;
}
.number-box select option {
    background-color: #000;
}
.number-box .mySelect {
    color: #fff;
    padding-left: 16px;
    padding-right: 10px;
    appearance: none;
    width: 100%;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
}
.phone-number-box.input-style {
    padding: 0 0 0 0;
}
#phone {
    padding: 14px 25px;
    border: none;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    background-color: #F4F4F4;
}
#phone:focus {
    outline: none;
}
#phone input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    appearance: textfield;
}
.navbar-expand-lg .navbar-nav .nav-link.signin {
    padding: 0 10px 0 0;
}
.invalid-feedback {
    margin-top: -19px;
}
.signin-password {
    position: relative;
}
#eyeicon,
#eyeicon1 {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 100%;
    max-width: 18px;
    height: auto;
}
.navbar-expand-lg .navbar-nav .nav-link.signin.signin-mobile {
    padding-left: 0;
    position: relative;
    margin-right: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link.signin.signin-mobile::before{
    content: "/";
    position: absolute;
    top: 1px;
    right: -4px;
    font-size: 16px;
    line-height: 15px;
    color: #fff;
}
.sticky .navbar-expand-lg .navbar-nav .nav-link.signin.signin-mobile::before{
   color: #000;
}
@media all and (max-width:500px) {
    .navbar-expand-lg .navbar-nav .nav-link.menu-bar {
        font-size: 16px;
        line-height: 20px;
    }
}
.password-box {
    position: relative;
}
.old-pass-box,
.new-pass-box {
    position: relative;
}
.eyeicon {
    position: absolute;
    top: 10px;
    right: 15px;
}
.eye-icon {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 100%;
    max-width: 18px;
    height: auto;
}
.banner-heading {
    max-width: 838px;
    margin: 0 auto;
    text-align: center;
}
.services-competions {
    padding-top: 44px;
    background-color: #000000;
}
.testimonials-bottom-sec-right ul li {
    padding-right: 5px;
}
.testimonials-bottom-sec-right ul li img {
    max-width: 25px;
}
.testimonials-section-inner {
    min-height: 560px;
    display: inline-block;
    width: 100%;
}
@media all and (max-width:1023px) {
    li.hover-effect .sub-menu {
        right: -30px;
    }
}

@media all and (max-width:767px) {
    li.hover-effect .sub-menu {
        left: 0;
    }
    li.hover-effect .sub-menu {
        border: none;
        background-color: transparent;
        padding: 0;
    }
    .mymenu li.hover-effect {
        width: fit-content;
    }
}

@media all and (max-width:1210px) {
    .footer-box-last .privacy li::after {
        bottom: 5px;
    }
    .coach-info-right {
        padding-top: 4%;
    }
    ul.accordion-list-faq li h3:after {
        top: 16px;
    }
    .logo.red img {
        width: 200px !important;
    }
}

@media all and (max-width:1199px) {
    .partner-slider .slick-prev {
        left: 90%;
    }
    .answer-text.answer-text-event {
        padding-top: 0;
    }
    .album-btn {
        margin-right: 30px;
    }
    ul.accordion-list li h3 {
        max-width: 850px;
    }
    ul.accordion-list li h3:after {
        top: 43px;
    }
    ul.accordion-list-faq li h3:after {
        top: 16px;
    }
    .forgot-password-box .btn-primary.button-forgot {
        padding: 16px 38px;
    }
    .testimonials-bottom-sec-right {
        padding-bottom: 6px;
    }
}

@media all and (max-width:1023px) {
    .partner-slider .slick-prev {
        left: 89%;
    }
    .service-box-bottom  a {
        padding: 20px 10px 250px;
    }
    .service-box-bottom  .para {
        padding: 0 10px;
    }
    .service-box-bottom .para p {
        font-size: 15px;
        line-height: 20px;
    }
    .mymenu li {
        margin-right: 15px;
    }
    .testimonials-section-inner .testimonial-box {
        padding: 20px 20px 20px;
    }
    .review-box {
        padding-top: 25px;
    }
    .search-master-btn {
        width: 95%;
    }
    .btn-outline-secondary {
        padding: 10px 13px;
    }
    .upper-row .text-box {
        padding: 20px 10px 20px 10px;
        min-height: 125px;
    }
    .navbar-coach-menu {
        padding: 0;
    }
    .award-certification-section .award-image img {
        max-width: 200px;
    }
    .award-certification-section .award-box {
        padding: 20px 20px 10px 20px;
    }
    .award-certification-section .award-bottom .award-text {
        padding-left: 20px;
    }
    .award-box-slider .award-box {
        min-height: 160px;
    }
    .games-bottom-top-text {
        padding: 200px 32px 30px 20px;
    }
    .award-certification-section .award-top {
        padding-top: 20px;
    }
    .award-certification-section .award-top {
        padding-bottom: 30px;
    }
    .award-certification-section .award-last {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .slick-arrow {
        top: -27%;
    }
    .album-section .games-bottom-top h4 {
        padding-bottom: 20px;
    }
    .links {
        margin-top: 20px;
        padding: 0;
    }
    .award-section ul.accordion-list li div.answer.answer-event {
        padding: 0;
    }
    ul.accordion-list li div.answer-event .row {
        margin-bottom: 0;
    }
    .self-defence-section .self-defence-image-box {
        height: 210px;
    }
    .testimonials-bottom {
        padding-top: 0;
    }
    .btn-outline-primary {
        padding: 5px 20px;
    }
    .text-box .para p br {
        display: none;
    }
    .coach-info-right .text-right {
        text-align: center !important;
    }
    .share-button-coach.text-right {
        text-align: center !important;
    }
    .coach-info-right {
        padding-top: 3%;
    }
    .city-input-box {
        padding: 20px 20px 0 20px !important;
    }
    ul.accordion-list li h3 {
        max-width: 640px;
    }
    .forgot-password-box .btn-primary.button-reset {
        padding: 12px 48px;
    }
    .pass-forgot-box {
        flex: 100%;
        max-width: 100%;
    }
    .forgot-password-box .btn-primary.button-forgot {
        width: 75%;
    }
    .logo.red img {
        width: 180px !important;
    }
    .testimonials-bottom-sec-right ul li img {
        max-width: 20px;
    }
    .self-defence-section .self-defence-section-box h4 {
        padding-left: 0;
    }
    .right-coach {
        padding: 0;
    }
    .header-bottom .logo-box img {
        max-width: 110px;
        height: 110px;
    }
    .coach-header .coach-menu {
        width: calc(100% - 105px);
    }
}

@media all and (max-width:767px) {
    .social-media-platform {
        padding-top: 15px;
        padding-bottom: 25px;
    }
    .footer-box-last .privacy li::after {
        bottom: 15px;
    }
    .partner-slider .slick-prev {
        left: 80%;
    }
    .navbar-toggler {
        display: none;
    }
    .album-text {
        text-align: center;
    }
    .image-gallary-section.justify-content-between {
        justify-content: center !important;
    }
    .popup-gallery-image {
        padding-bottom: 0px !important;
    }
    .popup-gallery {
        margin-right: 0;
        margin-left: 0;
        padding-top: 25px;
    }
    #pills-tab {
        justify-content: center;
    }
    .album-btn .mb-3 {
        margin-bottom: 10px !important;
    }
    .album-text h4 {
        padding-bottom: 20px !important;
    }
    .album-btn {
        margin-right: 0;
    }
    .sticky.header .navbar-toggle .icon-bar {
        background-color: #000;
        border-radius: 50px;
        width: 30px;
        height: 4px;
    }
    .sticky .mymenu li a,
    .sticky .mymenu li {
        color: #fff !important;
    }
    .sticky.header .navbar-toggle .icon-bar:nth-child(2) {
        transform: rotate(45deg);
        transform-origin: 6% 40%;
    }
    .sticky.header .navbar-toggle .icon-bar:nth-child(3) {
        opacity: 0;
    }
    .sticky.header .navbar-toggle .icon-bar:nth-child(4) {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }
    .sticky.header .navbar-toggle.collapsed .icon-bar:nth-child(2),
    .sticky.header .navbar-toggle.collapsed .icon-bar:nth-child(4) {
        transform: rotate(0);
    }
    .sticky.header .navbar-toggle.collapsed .icon-bar:nth-child(3) {
        opacity: 1;
    }
    .answer-text.answer-text-event {
        padding-top: 20px;
    }
    .modal-body .col-md-4 {
        margin-bottom: 20px !important;
    }
    .modal-body .col-md-4 img {
        max-width: 300px;
    }
    .upper-row .text-box {
        margin-bottom: 20px;
    }
    .sticky .mymenu li.hover-effect {
        color: #fff !important;
    }
    .upper-row .text-box {
        padding: 25px 0 20px 35%;
    }
    .slick-arrow {
        top: -25%;
        right: 0;
    }
    .forgot-password-box .card {
        padding: 60px 20px;
    }
    .reset-pass-btn {
        text-align: center;
    }
    .forgot-password-box .form-control {
        max-width: 100%;
        width: 100%;
    }
    .forgot-password-box .btn-primary.button-forgot {
        width: 100%;
        margin-left: 0;
    }
    .mymenu li.hover-effect {
        font-size: 20px;
        line-height: 25px;
        font-weight: 700;
    }
    .award-certification-section .award-top h4 {
        padding-bottom: 20px;
    }
    .award-certification-section .award-top h4 {
        font-size: 26px;
        line-height: 31px;
    }
    .rating-reviews-section {
        padding: 47px 20px 40px;
    }
    .header-bottom .container {
        align-items: center;
    }
    .coach-header .coach-menu {
        width: calc(100% - 0px) !important;
        padding-left: 0;
        padding-top: 20px;
    }
    .header {
        padding: 15px 0;
    }
    .testimonials-section-inner {
        min-height: inherit;
    }
    .answer .row .image-box img{
        width: 100%;
        max-width: 250px;
    }
}
@media all and (max-width:575px) {
    .footer-box-last .privacy li::after {
        bottom: 4px;
    }
    .navbar-brand {
        margin-right: 0;
    }
    .social-icon.justify-content-start {
        margin-bottom: 0;
    }
    .footer .footer-box .services {
        padding-right: 0;
    }
    .footer-box-last {
        padding-top: 0;
    }
    .service-box-bottom  a {
        padding: 20px 10px 150px;
    }
    .service-box-bottom  .para {
        bottom: 20px;
    }
    .games-top-row-box {
        justify-content: center;
    }
    .btn {
        width: 93%;
        padding: 10px 20px 10px 20px;
    }
    .slick-arrow {
        width: 61px;
        height: 40px;
    }
    .award-box-slider .slick-prev {
        width: 61px;
        height: 40px;
    }
    ul.tabs {
        max-width: 270px;
    }
    #phone {
        width: 200px;
    }
    .px-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .btn.loginpage-btn {
        margin-left: 0;
        width: 100%;
    }
    .loginpage-btn.register-btn {
        width: 100%;
    }
    .service-box-top .column-butt {
        padding-left: 0;
    }
    .award-section .award-section-box-bottom .award-box {
        padding: 30px 30px 30px 30px;
    }
    .review-box {
        padding-top: 30px !important;
    }
    .coach-header .navbar li a {
        padding: 0;
        padding-right: 13px;
    }
    .coach-menu {
        padding-top: 20px;
    }
    .header-bottom {
        padding: 30px 0 0;
    }
    .header-bottom .logo-box img {
        max-width: 40px;
        height: 40px;
    }
    .mr-auto,
    .mx-auto {
        margin-right: 0 !important;
    }
    .navbar-default .mr-auto,
    .navbar-default .mx-auto {
        margin-right: auto !important;
    }
    .self-defence-section .self-defence-image-box {
        margin-bottom: 20px;
    }
    .self-defence-section {
        padding: 0px 0 10px;
    }
    .modal-dialog {
        margin: 0 auto;
    }
    .btn.btn-outline-primary {
        width: 20%;
        padding: 5px 20px;
    }
    .coach-info-right {
        padding-top: 0;
        padding-left: 6%;
    }
    .games-top {
        padding-bottom: 0;
    }
    .footer-box-last {
        flex-direction: column;
        align-items: center;
    }
    .footer-box-last .privacy.text-right {
        text-align: center !important;
    }
    .review.justify-content-end {
        justify-content: flex-start !important;
    }
    .belt-box {
        margin-bottom: 0;
    }
    .social-icon.justify-content-end {
        justify-content: start !important;
    }
    ul.accordion-list li h3 {
        max-width: 360px;
    }
    .forgot-password-box .btn-primary.button-reset {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }
    .modal-content-share {
        width: 80%;
        margin: 0 auto;
    }
    .coach-review-social.flex-column {
        flex-direction: row !important;
    }
    .coach-review-social.justify-content-end {
        justify-content: space-between !important;
    }
    .coach-review-social {
        align-items: end;
        padding-bottom: 10px;
    }
    .services-info {
        padding: 20px 0 40px;
    }
    .logo.red img {
        width: 150px !important;
    }
    .award-certification-section .award-bottom .award-text {
        padding-left: 0;
    }
    .testimonials-bottom-sec-right.star-box {
        padding-bottom: 0;
    }
    .testimonials-bottom-sec-right.star-box ul li {
        padding-right: 6px !important;
    }
    .competition-text-box{
        width: 100%;
    }
    .competition-text-box p {
        padding-left: 0px;
        margin-bottom: 5px;
    }
    .competition-text-box .competition-date.justify-content-center {
        justify-content: inherit!important;
    }
    .competition-text-box .competition-date.justify-content-center p{
        padding-left: 7px;
    }
    button.btn.btn-outline-dark {
        width: auto;
    }
    .games-icon2 {
        background-position: 6% 50%;
    }
    .games-top .title {
        padding: 0 0 0 0px;
    }
}

@media all and (max-width:500px) {
    .mymenu li.hover-effect {
        font-size: 16px;
        line-height: 20px;
    }
    .slick-arrow {
        top: -16%;
        right: 0;
    }
    .master-searching-box-bottom ul {
        bottom: 0 !important;
    }
    .coach-header .coach-menu {
        overflow: hidden;
    }
}
@media all and (max-width:479px) {
    .btn {
        width: 96%;
        margin-left: 10px;
    }
    .award-box-slider .slick-prev {
        left: 62%;
    }
    #phone {
        width: 190px;
    }
    .loginpage-btn.register-btn {
        padding: 16px 120px;
    }
    .search-master-btn {
        width: 97%;
        margin-left: 0;
    }
    .coach-header .navbar li a {
        padding-right: 7px;
    }
    .navbar {
        justify-content: flex-start !important;
    }
    .coach-menu {
        padding-top: 0;
    }
    .navbar li {
        padding-bottom: 15px;
    }
    .coach-header .navbar li a {
        padding-right: 15px;
    }
    .coach-menu {
        display: inline-block;
        width: 100%;
        padding-bottom: 15px;
    }
    .award-box-slider .award-box {
        margin-top: 15px;
    }
    .upper-row .text-box {
        min-height: 100px;
    }
    .upper-row .text-box {
        padding: 21px 0 20px 23%;
    }
    .slick-arrow {
        top: -15%;
    }
    .coach-info-right .text-right {
        text-align: start !important;
        padding-right: 0;
        padding-left: 12%;
    }
    .city-input-box {
        padding: 20px 20px 0 8px !important;
    }
    .info-box-top .information-text {
        padding-left: 20px;
    }
    ul.accordion-list li h3 {
        max-width: 255px;
    }
    ul.accordion-list li h3:after {
        top: 46px;
        width: 31px;
        height: 31px;
    }
    ul.accordion-list-faq li h3:after {
        top: 16px !important;
    }
    .forgot-password-box .btn-primary.button-forgot {
        padding: 16px 30px;
    }
    .forgot-password-box .form-control.input-style {
        padding: 25px 20px 25px 25px;
    }
    .testimonials-bottom-sec-right {
        padding-bottom: 8px;
    }
    .rating:not(:checked)>label {
        width: 2rem;
    }
    .navbar-coach {
        width: 340px;
        overflow: scroll;
    }
    .navbar-coach-menu {
        overflow: scroll;
        width: 560px;
    }
    .info .info-box .box {
        padding: 15px 21px;
        min-height: 98px;
    }
}
@media all and (max-width:374px) {
    .partner-slider .slick-prev {
        left: 76%;
    }
    .btn {
        width: 100%;
        margin-left: 0;
    }
    .award-box-slider .slick-prev {
        left: 56%;
    }
    ul.tabs {
        max-width: 220px;
    }
    #phone {
        width: 138px;
    }
    .loginpage-btn.register-btn {
        padding: 16px 92px;
    }
    .competition-text-box.competition-text-box-event {
        padding-bottom: 20px;
    }
    .competition-text-box.competition-text-box-event:last-child {
        padding-bottom: 0;
    }
    .btn.btn-outline-primary {
        padding: 5px 10px;
    }
    .self-defence-section .self-defence-section-box h4 {
        padding-left: 0;
    }
    .footer-box-last .privacy li::after {
        bottom: 3px;
    }
    .upper-row .text-box {
        padding: 21px 0 20px 10%;
    }
    ul.accordion-list li h3 {
        max-width: 200px;
    }
    .pass-forgot-box {
        padding: 0;
    }
    .forgot-password-box .btn-primary.button-forgot {
        padding: 16px 20px;
    }
    .testimonials-bottom {
        flex-wrap: wrap;
    }
    .testimonials-bottom-sec-right.star-box ul li img {
        max-width: 13px !important;
    }
    .navbar-coach {
        width: 260px;
    }
    .navbar-coach-menu {
        width: 580px;
    }
    .navbar-coach {
        width: 310px;
    }
    .info .info-box .box {
        padding: 15px 14px;
        min-height: 98px;
    }
}
.partner-slider .slick-arrow {
    background-image: url(../../images/arrow_to_right_white.svg);
    width: 25px;
    height: 17px;
    background-repeat: no-repeat;
    top: -20px;   
}
.review-box {
    padding-top: 14px;
}
.navbar li {
    list-style: none;
}
.partner-slider .slick-track {
    display: flex !important;
}
.partner-slider .slick-slide {
    height: inherit !important;
}
.field-box-text .heading p {
    padding-top: 10px;
    font-size: 14px;
    line-height: 8px;
    font-weight: 400;
}
.album-123 {
    padding: 0;
}
.navbar-coach-menu {
    padding: 0;
}
.sticky .mymenu li.hover-effect {
    color: #000;
}
.sticky .mymenu ul.sub-menu li a {
    color: #fff !important;
}
.sticky .hover-effect .sub-menu {
    right: -30px;
    top: 20px;
}
.city-input-box {
    padding: 20px 20px 10px 20px;
}
.city-input-box .location p {
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 31px;
    font-weight: 400;
    color: #242424;
    padding-left: 8px;
}
.invalid-feedback-reset {
    margin-top: 10px;
    text-align: center;
}
.modal-content-share {
    min-height: 200px;
}
.modal-content-share .modal-header {
    border-bottom: none;
    padding: 10px;
}
.modal-content-share .modal-body p {
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
}
.modal-content-share ul li {
    padding-right: 15px;
    transition: all 0.5s;
    display: inline-block;
}
.modal-content-share ul li a {
    font-size: 28px;
    color: #DA2128;
}
.modal-content-share ul li:last-child {
    padding-right: 0;
}
.modal-content-share ul li:hover {
    transform: scale(1.2);
}
input[type=checkbox] {
    accent-color: #000000 !important;
}
.logo.red img {
    width: 195px;
}
.logo.white img {
    height: 32px;
}
.master-searching-box-bottom ul {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: 47px;
}
.master-searching-box-bottom ul li {
    list-style: none;
    width: 35px;
    text-align: center;
    padding: 0;
    position: relative;
}
.master-searching-box-bottom ul li::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    display: none;
    top: 50%;
    display: none;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}
.master-searching-box-bottom ul li.slick-active::after {
    display: block;
}
.master-searching-box-bottom ul li.slick-active button {
    font-size: 0;
}
.master-searching-box-bottom ul li button {
    background-color: transparent;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 0;
}
.testimonials-bottom-sec-right.star-box ul li img {
    max-width: 16px;
}
.review-box-main {
    display: none;
}
span.pagingInfo {
    margin-top: 20px;
    display: inline-block;
    display: none;
}
.master-name-text-upper a {
    color: #ffffff;
    transition: 0.5s;
    position: relative;
}
.master-name-text-upper a:hover {
    text-decoration: underline;
    transition: 0.5s;
}
.copy-right p a {
    color: #ffffff;
    font-weight: 700;
    transition: 0.5s;
}
.copy-right p a:hover {
    text-decoration: underline;
    transition: 0.5s;
}
.master-name-text-middle {
    min-height: 30px;
}
.service-box-bottom  a {
    color: #fff;
    padding: 51px 20px 280px;
    display: inline-block;
    width: 100%;
}
.master-name-text-upper a img{
    position: absolute;
    width: 100%;
    max-width: 20px;
    right: 0;
    top: 15px;
}
.service-box-bottom  {
    border: 1px solid #000000;
    position: relative;
}
.games-top-row-box .input-group select#cat_val {
    appearance: none;
    line-height: 20px;
    position: relative;
}
/* .games-top-row-box .input-group select#cat_val::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='54' viewBox='0 0 55 54'%3E%3Cg id='Group_646' data-name='Group 646' transform='translate(1495 447) rotate(180)'%3E%3Cpath id='chevron_down' d='M24.975,9.4a1.452,1.452,0,0,0-2.2-1.89ZM7.554,7.507a1.452,1.452,0,0,0-2.2,1.89Zm7.939,10.721-1.1-.945Zm-.661,0-1.1.945ZM22.77,7.507l-8.38,9.776,2.2,1.89L24.975,9.4Zm-6.837,9.776L7.554,7.507,5.349,9.4l8.38,9.776Zm-1.543,0a1.016,1.016,0,0,1,1.543,0l-2.2,1.89a1.887,1.887,0,0,0,2.866,0Z' transform='translate(1452.339 407.584)' fill='%23000000'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 96% center;
} */
ul#pills-tab {
    justify-content: flex-end;
}
.row.popup-gallery {
    margin: 0;
}
/* .popup-gallery{
    gap:20px
} */
.col-12.mb-3.text-center.acimge img {
    border-radius: 100%;
    width: 100%;
    max-width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
}
.about-me-section {
    padding-top: 55px;
    background-color: #ffffff;
    color: #000;
}
.about-me-top-detail h4 {
    font-size: 56px;
    line-height: 45px;
    font-weight: 700;
    font-family: 'Rajdhani';
    padding-top: 4px;
}
.about-me-top-detail p.degree {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
}
.about-me-top-detail ul {
    padding-left: 0px;
    margin-bottom: 0;
}
.about-me-top-detail ul li {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding-top: 5px;
    list-style: none;
    margin-bottom: 0;
}
.about-me-top-detail p {
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
}
.about-me-center-detail {
    margin-top: 25px;
}
.about-me-left {
    width: 60%;
}
.about-me-top-detail p.pt-2 {
    width: 50%;
    float: left;
}
.about-me-top-detail {
    display: inline-block;
}
.about-me-bottom-section{
    margin-bottom: 45px;
    display: inline-block;
    width: 100%;
}
.about-me-center-top h3,
.about-me-center-bottom h4, .about-me-bottom-detail .coach-degree h3 {
    font-size: 24px;
    line-height: 40px;
    padding-top: 5px;
    font-family: 'Rajdhani';
}
.about-me-center-top p {
    font-size: 20px;
    line-height: 36px;
    padding-top: 5px;
}
.about-me-center-bottom {
    margin-top: 45px;
    margin-bottom: 55px;
}
.about-me-center-bottom p {
    font-size: 24px;
    line-height: 32px;
    padding-top: 16px;
}
.about-me-bottom-detail {
    margin-top: 25px;
    margin-bottom: 25px;
    display: inline-block;
}
.about-me-center-top {
    margin-top: 30px;
}
.alert-secondary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.alert-secondary h2 {
    font-size: 20px;
    line-height: 29px;
}
.alert-secondary h3, .alert-secondary h4, .alert-secondary h5 {
    font-size: 16px;
    line-height: 13px;
    padding: 0;
}
.list-group-flush li.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-group-flush li.list-group-item span {
    width: 25%;
}
.list-group-flush li.list-group-item span:nth-child(1) {
    width: 35%;
}
.list-group-flush li.list-group-item span:nth-last-child(1) {
    text-align: right;
}
.list-group-flush li.list-group-item span strong{
    font-size: 20px;
    line-height: 29px;
}
.p-all-16-35 {
    padding: 8px 16px;
}
.mr-15 {
    margin-right: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.card-box .select2-container {
    width: auto !important;
}
.footer-box a img {
    height: 42px;
}
.text-master .icon img {
    width: 24px !important;
}
.table-responsive {
    display: table!important;
}
.mobile-btn-contact{
    display: none;
}
.info-box .info-text {
    overflow: hidden;
}
.social-login {
    text-align: center;
    max-width: 326px;
    margin: 0px auto 0;
}
.social-login span.social-label {
    font-size: 13px;
    line-height: 18px;
    color: #000;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.social-login ul{
    display: flex;
    gap: 10px;
    margin-top: 0px;
    justify-content: center;
    margin-bottom: 30px;
}
.social-login ul li {
    list-style: none;
}
.social-login ul li a{
    font-size: 18px;
    color: #BA0101;
    padding: 11px 31px;
    display: inline-block;
    background-color: #DEDEDE;
    border-radius: 22px;
    transition: 0.5s;
}
.social-login ul li a:hover{
    transform: scale(1.1);
    transition: 0.5s;
}
.social-login span.social-label::before, .social-login span.social-label::after {
    display: block;
    content: '';
    z-index: 1;
    background: #707070;
    width: 100%;
    height: 1px;
}
  
.social-login span.social-label::before {
    top: 40%;
    margin-right: 1rem;
}

.social-login span.social-label::after {
    top: 60%;
    margin-left: 1rem;
}
.award-top.about-me-center-top h3{
    color: #000000;
    font-weight: 700;
    font-family: 'Rajdhani';
}
.navbar-btn-edit {
    position: absolute;
    bottom: -75px;
    right: 21px;
}
.navbar-btn-edit a{
    border: 2px solid #fff;
    color: #fff;
    padding: 5px 6px;
    border-radius: 10px;
    transition: 0.5s;
    font-weight: 600;
    display: inline-block;
    font-size: 12px;
}
.navbar-btn-edit a:hover{
    background-color: #DA2128;
    transition: 0.5s;
}
.conainbody.header-bottom.sticky .navbar-btn-edit {
    display: none;
}
.navbar-btn-edit a span{
    margin-left: 5px;
}
.tabs-two-section ul{
    gap: 10px;
    max-width: 326px;
    margin: 0 auto;
}
.tabs-two-section ul li {
    display: inline-block;
    list-style: none;
    width: 100%;
    margin-bottom: 15px;
}
.tabs-two-section ul li a{
    padding: 10px 20px;
    font-size: 24px;
    line-height: 32px;
    background-color: #BA0101;
    border-radius: 10px;
    color: #ffffff;
    transition: 0.5s;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.tabs-two-section ul li a:hover{
    background-color: #000000;
    transition: 0.5s;
}
.toggle-password.bi.text-dark{
    position: absolute;
    top: 11px;
    right: 15px;
    z-index: 1;
    font-weight: 800;
    font-size: 18px;
    cursor: pointer;
}
.toggle-password.bi.text-dark.resets{
    top: 6px;
    right: 25px;
}
.privacy-page{
    height: auto;
}
.student-achievement-box .student-album.row  .student-gallery-box{
    margin-left: 100px; 
}
.student-achievement-box .student-album.row  .student-gallery-box  .image-box{
    margin-left: -100px;
    padding-right: 45px!important;
}
.number-box-academy a{
    font-weight: 700;
}
.affiliate-slider .slick-track {
    align-items: center;
    display: flex;
}
.affiliate-slider  .partner-box {
    text-align: center;
    display: flex;
    justify-content: center;
}

@media (max-width: 1023px) {
    .about-me-top-detail h4 {
        font-size: 40px;
        line-height: 46px;
    }
    .about-me-top-detail p.degree {
        font-size: 22px;
        line-height: 26px;
    }
    .about-me-top-detail ul li {
        font-size: 20px;
        line-height: 24px;
    }
    .about-me-top-detail p {
        font-size: 18px;
        line-height: 22px;
    }
    .about-me-center-top h3,
    .about-me-center-bottom h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .about-me-center-top p {
        font-size: 20px;
        line-height: 36px;
    }
    .about-me-center-bottom p {
        font-size: 20px;
        line-height: 26px;
        padding-top: 10px;
    }
   
}


@media (max-width: 767px) {
    nav.navbar.navbar-expand-md.coach-header.mt-4.pt-1.aos-init.aos-animate {
        margin: 0 !important;
    }
    .about-me-section {
        padding-top: 35px;
    }
    .mr-15 {
        margin-right: 10px;
    }
    .about-me-center-detail {
        margin-top: 10px;
    }
    .about-me-center-bottom {
        margin-top: 40px;
    }
    .about-me-center-bottom {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .about-me-bottom-detail {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .p-all-16-35 {
        padding: 5px 15px;
    }
    .about-me-top-detail h4 {
        font-size: 34px;
        line-height: 42px;
    }
    .about-me-top-detail p.degree {
        font-size: 18px;
        line-height: 24px;
    }
    .about-me-top-detail ul li {
        font-size: 16px;
        line-height: 20px;
    }
    .about-me-top-detail p {
        font-size: 14px;
        line-height: 18px;
    }
    .about-me-center-top h3,
    .about-me-center-bottom h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .about-me-center-top p {
        font-size: 18px;
        line-height: 24px;
    }
    .about-me-center-bottom p {
        font-size: 16px;
        line-height: 20px;
        padding-top: 10px;
    }
    .card-box .mdl-textfield {
        padding: 0px 0 !important;
    }
    .service-box-bottom a {
        padding: 30px 0px 110px;
        width: 100%;
    }
    .competition-date p, .competition-date a {
        font-size: 13px;
        padding-left: 10px;
    }
    .table-responsive {
        display: block!important;
    }
    .mobile-btn-contact{
        display:block;
        margin-top: 20px;
    }
    .dsk-btn-contact{
        display: none;
    }
    .mobile-btn-contact .btn {
        background-color: transparent;
        border: 2px solid #FFFFFF;
        border-radius: 10px;
        position: relative;
        padding: 9px 39px 6px 14px;
        transition: all 0.5s;
        color: #fff;
        margin: 0;
        width: auto;
    }
    .mobile-btn-contact .btn::after {
        position: absolute;
        content: "";
        background-image: url(../../images/arrow_to_right.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 16px;
        height: 10px;
        bottom: 13px;
        right: 12px;
    }
    .award-certification-section  .award-box a{
        flex-wrap: wrap;
    }
    .award-certification-section .award-image {
        max-width: 400px;
        width: 100%;
    }
    .award-certification-section .award-image img {
        max-width: 350px;
    }
    .award-certification-section .award-bottom .award-text {
        text-align: center;
        width: 100%;
    }
    .award-certification-section .card-text.para {
       display: none;
    }
    .navbar-btn-edit {
        position: relative;
        bottom: 0px;
        right: 0px;
        margin-top: 15px;
        text-align: center;
        margin-bottom: 15px;
    }
    .navbar-btn-edit a {
        padding: 6px 15px;
        border-radius: 50px;
    }
    .tabs-two-section ul li a{
        padding: 10px 20px;
        font-size: 22px;
        line-height: 30px;
        background-color: #BA0101;
        border-radius: 10px;
        color: #ffffff;
        transition: 0.5s;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .about-me-detail {
        flex-wrap: wrap;
        width: 100%;
    }
    .about-me-right {
        width: 100%;
        order: 1;
    }
    .about-me-left {
        width: 100%;
        order: 2;
        margin-top: 30px;
    }
    .about-me-right .image-box{
        margin: 0 auto;
        text-align: center;
    }
    .about-me-right .image-box img{
       max-width: 160px;
    }
    .about-me-bottom-detail .row .row{
        margin-left: 0;
        margin-right: 0;
    }
    .games.game-bottom-section .games-top{
        margin-top: 0!important;
    }
}
@media (max-width: 600px){
    /* section.home-search-section {
        margin-top: -65%;
    } */
   
    
}
@media (max-width: 480px){
    .conainbody.header-bottom.sticky .coach-header .coach-menu{
        padding-top: 0;
    }
    .header-bottom.sticky h4{
        line-height: inherit;
        font-size: inherit;
    }
    /* section.home-search-section {
        margin-top: -78%;
    } */
}
@media (max-width: 360px){
    .info .info-box .box {
        padding: 15px 11px;
        min-height: 98px;
    }
}
.games-top-row-box .input-group input::-webkit-input-placeholder { /* Edge */
    color: #000;
}
.games-top-row-box .input-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}
.games-top-row-box .input-group input::placeholder {
    color: #000;
}
.share-icon-popup-section{
    background-color: #ffffff;
    padding: 20px 25px;
    width: 100%;
    max-width: 300px;
    border-radius: 25px;
    margin: 0 auto;
    position: relative;
}
.share-icon-popup-section h3{
    text-align: center;
    margin: 0 0 20px;
    text-transform: capitalize;
    color: #DA2128;
}
.share-icon-popup-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    gap: 15px;
}
.share-icon-popup-section ul li{
    cursor: pointer;
}
.share-icon-popup-section ul li i{
   font-size: 25px;
   line-height: 25px;  
   color: #DA2128;
}
.share-icon-popup-section .mfp-close {
    color: #DA2128!important;
    opacity: 1;
}
.whatsupapps a.whatsup {
    position: fixed;
    right: 0;
    bottom: 86px;
    display: inline-block;
    padding: 10px 18px 4px 28px;
    font-size: 0px;
    line-height: 16px;
    font-weight: 400;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 30%);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 24px 24px 24px 24px;
    z-index: 9;
}
.whatsupapps .whatsup span {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../images/whatsapp-icon.svg) 0px 0px no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    background-position: -2px center;
    transition: all 0.2s ease 0s;
}
.whatsupapps .whatsup b {
    font-size: 0px;
    font-weight: 600;
    display: block;
}
.navbar li {
    list-style: none;
    position: relative;
}
.notification-detail {
    position: absolute;
    top: 22px;
    right: 0;
    padding: 20px 0 0 0;
    z-index: 11;
    display: none;
}
.notification-detail.active{
    display: block;
}
.notification-detail-inner{
    background-color: #fff;
    color: #000;
    padding: 15px 15px;
    width: 300px;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px 31px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 31px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 31px 0px rgba(0,0,0,0.4);
}
.notification-detail-inner::-webkit-scrollbar {
    width: 3px;
}
  
  /* Track */
.notification-detail-inner::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
   
  /* Handle */
.notification-detail-inner::-webkit-scrollbar-thumb {
    background: red; 
    border-radius: 10px;
}
  
  /* Handle on hover */
.notification-detail-inner::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
}
.notification-detail-inner h6 {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px;
    font-weight: 400;
}
.notification-detail-inner h6  span {
    font-weight: 700;
}
.notification-detail-inner p {
    font-size: 11px;
    line-height: 16px;
}
.notification-box{
    border-bottom: 1px solid #00000057;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.notification-box:nth-last-child(1){
    border-bottom: none;
}
.coach-header .student-menu.coach-menu {
    width: calc(100% - 0px);
}
.coach-header .student-menu .navbar li a {
    padding-left: 30px;
    padding-right: 0;
}
.notification-icon.mobile{
    display: none;
}
.conainbody.header-bottom.sticky .coach-header .student-menu.coach-menu {
    padding-top: 15px;
}
.mymenu li a.closenoti {
    font-size: 1.35rem;
}
a.menu-bar.bell-icon {
    position: relative;
}
a.bell-icon.shows::before{
    content: "";
    position: absolute;
    right: -3px;
    top: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #BA0101;
}
.mymenu li a.closenoti {
   color: #000;
}
.pricing-banner-section {
    background-color: #BA0101;
    padding-top: 130px;
    text-align: center;
    padding-bottom: 280px;
}
.pricing-banner-section h5 {
    font-size: 20px;
    line-height: 11px;
    text-transform: uppercase;
    font-weight: 400;
}
.pricing-banner-section h2 {
    font-size: 60px;
    line-height: 70px;
    font-family: 'Rajdhani', sans-serif;
}
.pricing-banner-section ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 23px;
}
.pricing-banner-section ul li a{
    border: 1px solid #FFFFFF;
    padding: 9px 16px;
    border-radius: 60px;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
}
.pricing-banner-section ul li.active a{
    background-color: #fff;
    color: #000000;
    transition: 0.5s;
}
.pricing-banner-section ul li a:hover{
    background-color: #fff;
    color: #000000;
    transition: 0.5s;
}
.pricing-banner-section ul li{
    position: relative;
}
.pricing-banner-section ul li p{
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    bottom: -25px;
    text-align: center;
    width: 100%;
}
.pricing-detail{
   margin-top: -230px;
   margin-bottom: 100px;
}
.pricing-detail-box{
    gap: 40px;
}
.pricing-box{
    display: inline-block;
    width: 48%;
    background-color: #ffffff;
    position: relative;
    color: #000000;
    padding: 5px 35px 45px;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
    border-right: 1px solid #0000004b;
}
.pricing-box:nth-child(2n){
    border-right: 0;
}
.pricing-box h3 {
    font-size: 42px;
    line-height: 42px;
    color: #BA0101;
    font-family: 'Rajdhani', sans-serif;
}
.pricing-box p {
    font-size: 13px;
    line-height: 20px;
    color: #242424;
    margin-top: 8px;
}
.pricing-box h4 {
    font-size: 47px;
    line-height: 51px;
    color: #242424;
    margin-top: 20px;
    font-weight: 400;
}
.pricing-box h4 sub {
    font-size: 20px;
    line-height: 24px;
}
.pricing-box ul {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin: 9px auto 0;
    min-height: 468px;
}
.black-line-bg::before{
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 15px;
   background-color: #1C1C1C;
}
.grey-line-bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: #DDDDDD;
 }
.pricing-box ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: left;
    color: #242424;
    position: relative;
    list-style: none;
}
.pricing-box ul li::before {
   content: "";
   position: absolute;
   left: -20px;
   top: 4px;
   width: 15px;
   height: 15px;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg id='Group_795' data-name='Group 795' transform='translate(-516 -683)'%3E%3Ccircle id='Ellipse_59' data-name='Ellipse 59' cx='6' cy='6' r='6' transform='translate(516 683)' fill='%23ba0101'/%3E%3Cpath id='Path_1120' data-name='Path 1120' d='M9806.213-20697.092l1.97,1.873,3.782-3.895' transform='translate(-9287.089 21386.666)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3C/g%3E%3C/svg%3E%0A");
   background-size: 15px;
   background-repeat: no-repeat;
   background-position: center;
}
.pricing-box-btn{
    margin-top: 38px;
}
.pricing-box-btn a {
    background-color: #BA0101;
    color: #fff;
    padding: 8px 19px;
    font-size: 14px;
    line-height: 17px;
    border-radius: 60px;
    transition: 0.5s;
}
.pricing-box button{
    background-color: #BA0101;
    color: #fff;
    padding: 8px 19px;
    font-size: 14px;
    line-height: 17px;
    border-radius: 60px;
    transition: 0.5s;
    border: 0;
    margin-top: 38px;
    border: 1px solid #BA0101;
}
.pricing-box button span{
    margin-left: 5px;
}
.pricing-box button:hover{
    background-color: transparent;
    transition: 0.5s;
    border: 1px solid #000;
    color: #000;
}
.pricing-box button:hover svg path{
    fill: #000;
}
.pricing-box-btn a:hover{
    background-color: #000;
    transition: 0.5s;
}
.pricing-box-btn a span {
    margin-left: 3px;
}
.pricing-main-content{
    display: none!important;
}
.pricing-main-content.active{
    display: flex!important;
    border-radius: 10px;
}
.medallist-banner-section {
    background-color: #BA0101;
    padding-top: 130px;
    text-align: center;
    padding-bottom: 60px;
}
.medallist-banner-section .text-align-left {
    text-align: left;
}
.bg-color-grey{
   background-color: #EBEBEB;
   border-radius: 10px;
}
.medal-list-image img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.color-black{
    color: #000;
}
.p-9-13{
    padding: 8px 8px;
    text-align: center;
}
.gold{
    background-color: #D6A031;
    border-radius: 100%;
    width: 35px;
    height: 35px;
}
.silver{
    background-color: #B7B7B7;
    border-radius: 100%;
    width: 35px;
    height: 35px;
}
.bronze{
    background-color: #BA9B5E;
    border-radius: 100%;
    width: 35px;
    height: 35px;
}
.medallist-box {
    margin-bottom: 16px;
    justify-content: space-between;
}
.medal-list-name h3{
    font-weight: bold;
    font-family: 'Rajdhani', sans-serif;
}
.medal-list-city{
    color:#242424;
}
.medallist-image {
    width: 130px;
    height: 100px;
}
.medallist-banner-section h2, .medallist-banner-section .h2 {
    font-size: 2.8rem;
}
.medallist-detail {
    margin-bottom: 60px;
}
.medallist-banner-section h2 {
    font-size: 63px;
    line-height: 72px;
    font-weight: 700;
    font-family: 'Rajdhani';
    margin-top: 13px;
}
.student-album.text-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.form-control.input-style {
    text-indent: 28px;
}   
.form-control.input-style.filter-row {
        padding: 8px 22px 8px 5px;
}
.form-control.input-style.location-icon {
    padding: 18px 45px 18px 5px;
}
.form-control.input-style.games-icon {
    padding: 18px 45px 18px 5px;
}
.student-top ul li{
    display: inline-block;
}
.student-top ul li a {
    border: 1px solid #CECECE;
    border-radius: 50px;
    padding: 8px 32px 6px 32px;
}
.student-achievement-section .student-album .student-gallery-box.student-list-detail-all{
    width: 90%;
}
.student-list-detail-all  .text-box .icon {
    padding-right: 10px;
}

.student-achievement-section .student-album .student-list-detail-all .text-box .para span.info-btn-icon-popup-text{
    font-size: 14px!important;
    line-height: 20px!important;
    color: #000000!important;
}
.student-achievement-section .student-album .student-list-detail-all .text-box .para .info-btn-icon-popup-text span.info-text-content{
    font-size: 14px!important;
    line-height: 18px!important;
    color: #000000!important;
}
.blog-box{
    width: 33%;
    max-width: 348px;
    display: inline-block;
    margin: 0 32px 30px 0;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 20px;
}
.blog-box:nth-child(3n){
    margin: 0 0 30px 0;
}
.blog-box .blog-image{
    height: 200px;
    overflow: hidden;
}
.blog-box .blog-image img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all 0.6s ease;
}
.blog-box a{
    box-sizing: border-box;
}
.blog-box a:hover .blog-image img{
    transform: scale(1.2) rotate(2.5deg);
}

.blog-box a h5 span, .blog-single-content h5 span{
    background-color: #BA0101;
    padding: 5px 10px;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
}
.blog-single-content a{
    padding: 10px 15px;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    border: 1px solid #BA0101;
    transition: 0.5s;
}
.blog-single-content a:hover{
  background-color: #BA0101;
  transition: 0.5s;
}
.blog-single-content a span img{
    transform: rotate(180deg);
}
.pricing-detail-inner-list ul{
    list-style: none;
}
.pricing-detail-inner-list ul li a{
    display: inline-block;
    width: 100%;
    background-color: #E3E3E3;
    padding: 7px 21px;
    font-size: 18px;
    line-height: 24px;
    color: #A2A2A2;
    font-weight: 700;
    border-radius: 50px;
    transition: 0.5s;
}
.pricing-detail-inner-list ul li a.active, .pricing-detail-inner-list ul li a:hover{
    background-color: #BA0101;
    color: #ffffff;
    transition: 0.5s;
}
.pricing-inner-main-content, .pricing-inner-main-content1{
    display: none!important;
}
.pricing-inner-main-content.active, .pricing-inner-main-content1.active{
    display:flex!important;
}
.pricing-box h3.pricing-premium {
    color: #000;
}
.pricing-box h4 sub {
   bottom: 0;
}
.pricing-box h4 span{
    font-size: 24px;
    line-height: 26px;
    color: #242424;
    margin-top: 20px;
    font-weight: 400;
    position: relative;
    margin-right: 10px;    
}
.pricing-box h4 span::after{
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}
.pricing-premium span{
    margin-right: 10px;
}
.pricing-premium span svg{
    width: 35px;
    height: 35px;
}
.coach-message-location-section {
    margin-top: 26px;
}
.coach-message-box-inner a{
    background-color: #EBEBEB;
    padding: 36px 78px 29px 83px;
    color: #DA2128;
    border-radius: 10px;
    width: 100%;
}
.coach-location-box-inner a{
    color: #DA2128;
    padding: 36px 78px 29px 83px;
    background-color: #EBEBEB;
    border-radius: 10px;
    width: 100%;
}
.coach-location-box-inner a h3, .coach-message-box-inner h3 a{
    font-weight: 700;
    text-transform: capitalize;
}
.location-popup-content-detail {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background-color: #ffffff;
    color: #000000;
    padding: 25px 15px;
    position: relative;
    border-radius: 10px;
}
.location-popup-content-detail h3{
    margin-bottom: 20px;
    color: #DA2128;
    font-weight: 700;
}
.location-popup-content-detail-inner ol li{
    margin-bottom: 10px;
}
body.overflow {
    overflow: hidden;
}
.info-box-bottom {
    margin-top: 25px;
}
.tab-contentx .popup-gallery {
    width: 100%;
    gap: 22px;
    display: inline-block;
    columns: 3;
}
.tab-contentx .popup-gallery img{
    width: 100%;
}
.gallery-image-detail-section{
    width: 100%;
    gap: 22px;
    columns: 3;
    display: inline-block;
}
.gallery-image-detail-section img{
    width: 100%;
}
.about-me-right .image-box {
    border-radius: 200px;
}
.affiliate-slider .partner-box img {
    width: 100%;
    max-width: 120px;
}
.tab-contentx  .tab-pane .popup-gallery a{
    display: inline-block;
    margin-bottom: 5px;
}
.pricing-box-btn a:hover {
    background-color: #fff;
    transition: 0.5s;
    color: #000;
    border: 1px solid #000;
}
.pricing-box-btn a:hover svg path{
    fill: #000;
}
.home-search-section .form-control.input-style, .academy-list .form-control.input-style, .medallist-detail .form-control.input-style{
    text-indent: 45px;
    font-size: 16px;
}
.home-search-section .games-top .group-input, .academy-list .games-top .group-input, .medallist-detail .games-top .group-input{
    margin-right: 0px!important;
    margin-left: 0px!important;
}
.academy-list .form-control.input-style.location-icon {
    background-size: 5%;
    background-position: 9% 50%;
}
.academy-list .form-control.input-style.games-icon {
    background-size: 5%;
    background-position: 9% 50%;
}
.upgrade-btn {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    display: inline-block;
    background-color: #BA0101;
    padding: 8px 20px;
    border-radius: 40px;
    margin-top: 36px;
    border: 1px solid #BA0101;
    transition: 0.5s;
}
.upgrade-btn:hover{
    background-color: transparent;
    color: #000000;
    transition: 0.5s;
    border: 1px solid #000000;
}
.upgrade-btn span{
    margin-left: 5px;
}
.banner-heading .group-input{
    /* margin-bottom: 25px; */
    margin-bottom: 0;
}
div#filter_box {
    z-index: 1;
    position: relative;
    margin-top: 50px;
}


@media (max-width: 1199px){
    .blog-box {
        max-width: 295px;
        margin: 0px 22px 22px 0;
    }
    .blog-box:nth-child(3n) {
        margin: 0 0 22px 0;
    }
}
@media (max-width: 1169px){
    .pricing-banner-section h2 {
        font-size: 42px;
        line-height: 56px;
    }
    .pricing-box ul li {
        margin-bottom: 8px;
    }
    .pricing-box ul {
        min-height: 385px;
        max-width: 100%;
        padding-left: 20px;
    }
    .pricing-box {
        padding: 40px 15px 45px;
    }
    .pricing-box h3 {
        font-size: 26px;
        line-height: 32px;
    }
    .pricing-box h4 {
        font-size: 40px;
        line-height: 51px;
    }
    .pricing-detail-box {
        gap: 20px;
    }
    .pricing-box p {
        font-size: 13px;
        line-height: 20px;
    }
    .student-achievement-box .student-album.row  .student-gallery-box  .image-box {
        padding-right: 10px!important;
    }
    .blog-single-banner img{
        height: 400px;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .student-gallery-box.student-list-detail-all {
        flex-wrap: wrap;
    }
    .student-gallery-box.student-list-detail-all .image-box.col-md-3{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .student-gallery-box.student-list-detail-all .col-md-9{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .student-achievement-box .student-album.row  .student-gallery-box {
        margin-left: 0px;
    }
    .student-achievement-box .student-album.row  .student-gallery-box  .image-box {
        margin-left: 0px;
        text-align: center;
        margin-bottom: 25px;
    }
    .student-achievement-section .student-album .student-gallery-box.student-list-detail-all {
        width: 100%;
        padding: 20px 20px!important;
    }
    .blog-box {
        max-width: 216px;
        margin: 0px 20px 20px 0;
    }
    .blog-box:nth-child(3n) {
        margin: 0 0 20px 0;
    }
    .mymenu li {
        margin-right: 10px;
    }
    .mymenu li a {
        font-size: 12px;
        line-height: 19px;
    }
    .alert-secondary h3, .alert-secondary h4, .alert-secondary h5 {
        font-size: 16px;
        line-height: 13px;
        padding: 0;
    }
    .navbar-coach-menu {
        overflow: scroll;
        width: 650px;
    }
    .navbar-coach {
        width: 540px;
        overflow: scroll;
    }
    .form-control.input-style {
        text-indent: 43px;
    }
    .games-icon2 {
        background-size: 7%;
        background-position: 5% 50%;
    }
    .star-icon {
        background-size: 7%;
        background-position: 5% 50%;
    }
}
@media (max-width: 767px){
    .notification-icon.mobile{
        display: block;
    }
    .notification-icon.dsk{
        display: none;
    }
    a.bell-icon {
        padding-left: 0;
        padding-right: 0;
    }
    .header.sticky .notification-icon.mobile a i{
        color: #000!important;
    }
    .header.sticky .notification-icon.mobile{
        padding-bottom: 0;
    }
    .notification-detail-inner{
        width: 260px;
    }
    
    .medallist-detail .mt-5, .medallist-detail .my-5 {
        margin-top: 2rem !important;
    }
    .medallist-detail .mb-5, .medallist-detail .my-5 {
        margin-bottom: 1rem !important;
    }
    .p-4.medallist-box {
        padding: 0.5rem 0 !important;
    }
    .medallist-detail .row {
        padding: 0 15px;
    }
    .medallist-detail .medallist-search .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .student-achievement-box .student-album.row  .student-gallery-box  .image-box {
        padding-right: 0px!important;
    }
    .coach-message-location-section {
        flex-wrap: wrap;
    }
    .coach-location-box {
        padding: 0;
        margin-top: 20px;
    }
    .coach-message-box {
        padding: 0;
    }
    .coach-message-box-inner, .coach-location-box-inner {
        justify-content: center;
    }
    .tab-contentx .popup-gallery {
        width: 100%;
        gap: 10px;
        columns: 2;
    }
    .popup-gallery-image {
        padding-bottom: 10px !important;
    }
    .gallery-image-detail-section{
        width: 100%;
        gap: 10px;
        columns: 2;
    }
    .gallery-image-detail-section .item{
        padding-bottom: 10px !important;
    }
    .student-achievement-section .student-album .student-gallery-box {
        width: 28%;
    }
    .self-defence-gellary-box a{
        margin-bottom: 20px;
    }
    .navbar-coach-menu {
        overflow: scroll;
        width: 650px;
    }
    .navbar-coach {
        width: 100%;
        overflow: scroll;
    }
    .pricing-box:nth-child(2n){
    
        border-top: 1px solid #000;
        padding-top: 25px;
    }
    .medallist-banner-section h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .games-bottom-top a {
        width: 48%;
        padding-left: 0;
        padding-right: 0;
        /* padding-bottom: 0!important;
        padding-top: 0!important; */
    }
    .games-bottom-top-text {
        padding: 84px 10px 15px 10px;
    }
    .games-bottom-top-text h5 {
        font-size: 18px;
    }
    .games-bottom-top .row{
        gap: 10px;
    }
   
}
@media (max-width: 660px){
    .pricing-box {
        width: 100%;
    }
    .pricing-main-content.active {
        display: flex!important;
        flex-wrap: wrap;
        padding: 0 20px;
    }
    .pricing-box ul {
        min-height: inherit;
        max-width: 300px;
    }
    .pricing-banner-section h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .pricing-detail {
        margin-bottom: 59px;
    }
    .pricing-banner-section {
        padding-top: 115px;
    }
    .medallist-banner-section {
        padding-top: 90px;
        padding-bottom: 40px;
    }
    .blog-box {
        max-width:100%;
        margin: 0px 0px 22px 0;
        width: 100%;
    }
    .blog-box:nth-child(3n) {
        margin: 0 0 22px 0;
    }
    .blog-single-banner img{
        height: 250px;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
    .pricing-box {
        padding: 0px 0px 25px;
    }
    .affiliate-slider {
        flex-wrap: wrap;
    }
    .partner-box {
        margin-bottom: 30px;
    }
    .partner-box img{
        max-width: 120px;
    }
    .affiliate-section {
        padding-bottom: 25px;
    }
    .student-achievement-section .student-album .student-gallery-box {
        margin: 0 5px;
        width: 47%;
        margin-bottom: 25px;
    }
    .self-defence-section-box {
        padding: 20px 0;
    }
    .student-achievement-box .student-top {
        flex-direction: row;
    }
    .student-achievement-box .student-top .image-box {
        margin-bottom: 20px;
    }
    .pricing-box {
        border-right: 0;
    }
    .pricing-inner-main-content.active, .pricing-inner-main-content1.active {
        flex-wrap: wrap;
    }
}
@media (max-width: 640px){
    .medallist-box {
        flex-wrap: wrap;
        justify-content: inherit;
    }
    .medallist-image {
        width: 110px;
        height: 90px;
     }
    .medal-list-image img {
        width: 80px;
        height: 80px;
    }
    .medallist-box .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .medallist-detail .medallist-box .col-4 {
        flex: 0 0 60.333333%;
        max-width: 60.333333%;
    }
    .medal-list-name h3 {
        font-size: 1.3rem;
    }
    .medal-list-city {
        text-align: center;
    }
    .student-gallery-content-bottom.d-flex.justify-content-between.mt-3 {
        flex-wrap: wrap;
    }
    .student-gallery-box.student-list-detail-all .student-gallery-content-bottom .col-md-3{
        width: 49%;
        margin-bottom: 20px;
    }
    .student-achievement-section .student-album .student-list-detail-all .text-box.experience.btn-show-more a {
        padding: 7px 12px 6px 12px;
        font-size: 12px;
        line-height: 14px;
    }
    .student-gallery-box.student-list-detail-all  .student-gallery-content-top {
        flex-wrap: wrap;
    }
    .student-achievement-section .student-album .student-list-detail-all .text h4 {
        min-height: auto;
    }
    .student-gallery-left {
        width: 100%;
    }
    .student-gallery-right {
        width: 100%;
    }
    .info-btn-icon-popup-text {
        width: 250px;
    }
    .student-achievement-section .student-album .student-gallery-box .image-box img {
        height: 248px;
        max-width: 165px;
    }
    .pricing-detail-inner-list ul {
        list-style: none;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .pricing-detail-inner-list ul li{
        margin-bottom: 20px;
    }
    .pricing-banner-section {
        padding-bottom: 250px;
    }
    .pricing-premium span svg {
        width: 22px;
        height: 22px;
    }
    .about-me-top-detail p.pt-2 {
        width: 100%;
        float: left;
    }
    .alert-secondary {
        flex-wrap: wrap;
    }
    .alert-secondary h3, .alert-secondary h4, .alert-secondary h5 {
        font-size: 12px;
        line-height: 13px;
    }
    .alert-secondary h2 {
        font-size: 14px;
        line-height: 29px;
    }
    .list-group-flush li.list-group-item {
        flex-wrap: wrap;
    }
    .list-group-flush li.list-group-item span:nth-last-child(1) {
        text-align: left;
        width: 100%;
    }
    .alert {
        padding: 0.5rem 1.25rem;
    }
    .list-group-item {
        padding: 0.75rem 0.5rem;
    }
    .alert {
        padding: 0.5rem 0.5rem;
    }
    .coach-list-page .games-icon2 {
        background-size: 5%;
        background-position: 6% 50%;
    }
    .coach-list-page .star-icon {
        background-size: 5%;
        background-position: 6% 50%;
    }
    .banner-heading .group-input a{
        width: auto;
        margin-top: 20px;
    }
    .pt-55 {
        padding-top: 20px;
    }
    .coach-header .coach-menu {
        padding-top: 0px;
    }
    .coach-header .navbar-brand {
        padding: 28px 0 0;
    }
    .header-bottom h4 img{
        width: 100%;
        max-width: 20px;  
    }
    .poster .container{
        padding: 0 0;
    }
    .header-bottom .logo-box img {
        max-width: 40px;
        height: 40px;
        display: none;
    }
}

@media (max-width: 575px){
    .coach-list-page .games-icon2 {
        background-size: 3%;
        background-position: 6% 50%;
    }
    .coach-list-page .star-icon {
        background-size: 3%;
        background-position: 6% 50%;
    }
}
@media (max-width: 400px){
    .coach-list-page .games-icon2 {
        background-size: 5%;
        background-position: 6% 50%;
    }
    .coach-list-page .star-icon {
        background-size: 5%;
        background-position: 6% 50%;
    }
}
@media (max-width: 360px){
    .coach-list-page .games-icon2 {
        background-size: 5%;
        background-position: 8% 50%;
    }
    .coach-list-page .star-icon {
        background-size: 5%;
        background-position: 8% 50%;
    }
}


.thankyou-page ._header {
    background: #BA0101;
    padding: 180px 30px 20px;
    text-align: center;
    background: #BA0101 url(https://codexcourier.com/images/main_page.jpg) center/cover no-repeat;
}
.thankyou-page ._header .logo {
    max-width: 200px;
    margin: 0 auto 50px;
}
.thankyou-page ._header .logo img {
    width: 100%;
}
.thankyou-page ._header h1 {
    font-size: 80px;
    font-weight: 800;
    color: white;
    margin: 0;
    font-family: 'Rajdhani';
}
.thankyou-page ._body {
    margin: -70px 0 30px;
}
.thankyou-page ._body ._box {
    margin: auto;
    max-width: 80%;
    padding: 50px;
    background: white;
    border-radius: 3px;
    box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
    -moz-box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
    -webkit-box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
}
.thankyou-page ._body ._box h2 {
    font-size: 32px;
    font-weight: 600;
    color: #4ab74a;
}
.thankyou-page ._footer {
    text-align: center;
    padding: 50px 30px;
}

.thankyou-page ._footer .btn {
    background: #000000;
    color: white;
    border: 1px solid #BA0101;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    letter-spacing: 0.8px;
    padding: 20px 33px;
    text-transform: uppercase;
    margin-right: 30px;
    
}
.thankyou-page ._footer .btn:hover {
    background: #ffffff;
    transition: 0.5s;
    color: black;
}

.event-filter {
    padding: 0 0 0 12px !important;
    width: 245px !important;        
    height: 30px !important;        
}
.iso-logo {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
}
@media (max-width: 767px){
    .iso-logo {
        justify-content: center;
    }
}
.award-category h5,
.award-location h5{
    display:flex;
    align-items:center;
}

.award-category svg,
.award-location svg{
    margin-right:6px;
}